From a49978a373a26d51b4e9fdbab22b335a4862ec18 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Tue, 23 Jun 2020 12:41:58 -0400 Subject: [PATCH] Link drush example file --- creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"