diff --git a/docs/tooling.md b/docs/tooling.md index fc2ac9d..0b0d5a6 100644 --- a/docs/tooling.md +++ b/docs/tooling.md @@ -55,7 +55,7 @@ Once you do, Lando will be able to use `drush` normally. #### Build steps -Once `drush` is listed in your `composer.json` it is also recommended to configure a [build step](https://docs.lando.dev/core/v3/lando-service.html#build-steps) to automatically install Drush before your app starts up. This ensures `drush` is available after `lando start` and during any other build steps or events. +Once `drush` is listed in your `composer.json` it is also recommended to configure a [build step](https://docs.lando.dev/core/v3/services/lando.html#build-steps) to automatically install Drush before your app starts up. This ensures `drush` is available after `lando start` and during any other build steps or events. **Automatically composer install before my app starts**