Skip to content

Commit b06dd17

Browse files
Chi-teckweitzman
authored andcommitted
Fix broken link (#3944)
1 parent 72bb171 commit b06dd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For an example, see the alterer class provided by the testing 'woot' module: `te
5959
Site-Wide Drush Commands
6060
==============================
6161

62-
Commandfiles that are installed in a Drupal site and are not bundled inside a Drupal module are called 'site-wide' commandfiles. Site-wide commands may either be added directly to the Drupal site's repository (e.g. for site-specific policy files), or via `composer require`. See the [examples/Commands](/examples/Commands) folder for examples. In general, it's better to use modules to carry your Drush commands, as module-based commands may [participate in Drupal's dependency injection via the drush.services.yml](#specifying-the-services-file).
62+
Commandfiles that are installed in a Drupal site and are not bundled inside a Drupal module are called 'site-wide' commandfiles. Site-wide commands may either be added directly to the Drupal site's repository (e.g. for site-specific policy files), or via `composer require`. See the [examples/Commands](https://github.com/drush-ops/drush/tree/master/examples/Commands) folder for examples. In general, it's better to use modules to carry your Drush commands, as module-based commands may [participate in Drupal's dependency injection via the drush.services.yml](#specifying-the-services-file).
6363

6464
If you still prefer using site-wide commandfiles, here are some examples of valid commandfile names and namespaces:
6565

0 commit comments

Comments
 (0)