diff --git a/creating-new-drutopia-site.md b/creating-new-drutopia-site.md index 4a85bd6..e8546ef 100644 --- a/creating-new-drutopia-site.md +++ b/creating-new-drutopia-site.md @@ -61,7 +61,7 @@ Create a new site (member entry) per instructions in Drutopia hosting, and use ` ### Configure drush aliases -The drush site aliases file can be used to provide easy access to the live/test instances of a site. From the root of your project directory (e.g. `agaric/sites/example/`), you may create one with: +The [drush site aliases file](https://github.com/drush-ops/drush/blob/9.5.x/examples/example.site.yml) can be used to provide easy access to the live/test instances of a site. From the root of your project directory (e.g. `agaric/sites/example/`), you may create one with: ``` MY_SITE="example-com"