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