From f22dc420492c8ae5c7d4a4ffd82d95fc0c9d37e0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 4 Oct 2017 16:53:26 +0200 Subject: [PATCH] Fix destinations for release notes. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7d3099..085d5d2 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Please see [CONTRIBUTING.md] for the juicy details. # Make A New Release -Our production site is contained in the [dist folder]. You'll -need to make sure you have the latest changes by running: +Our production site is contained in the [proddist folder]. You'll need to make +sure you have the latest changes by running: ```bash $ make proddist @@ -39,8 +39,8 @@ Then make a release with: $ make release ``` -This pushes the contents of the [dist folder] to the production +This pushes the contents of the [proddist folder] to the production branch which will get picked up by our production instance of the site. -[dist folder]: https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/tree/master/dist +[proddist folder]: https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/tree/master/proddist