Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove link referencing closed PR regarding site-specific config. #5088

Merged
merged 1 commit into from Mar 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/using-drush-configuration.md
Expand Up @@ -6,7 +6,7 @@ options, and to avoid mistakes.
#### Directories and Discovery
drush.yml files are discovered as below, in order of precedence:

1. Drupal site folder (e.g. `sites/{example.com}/drush.yml`). [_default_ site does not yet work](https://github.com/drush-ops/drush/pull/4345).
1. Drupal site folder (e.g. `sites/{example.com}/drush.yml`).
2. `sites/all/drush`, `WEBROOT/drush`, or `PROJECTROOT/drush`.
3. In any location, as specified by the `--config` option.
4. User's .drush folder (i.e. `~/.drush/drush.yml`).
Expand Down