Merge pull request #216 from grzegorz-dubicki/gh-pages

Correct a link pointing to Quickstart
This commit is contained in:
David Buxton 2015-04-19 11:21:26 +01:00
commit cce785a2c9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ All configuration takes place through environment variables managed by Foreman.
Production configuration lives in `conf/production.env`. You should copy and customise the template file included as `conf/production.env.example`.
To change env variables on a running instance, modify `conf/production.env` locally and deploy your changes with `fab deploy -H ubuntu@your.server.hostname` (as in the [5th step of the quickstart guide](quickstart.html)).
To change env variables on a running instance, modify `conf/production.env` locally and deploy your changes with `fab deploy -H ubuntu@your.server.hostname` (as in the [5th step of the quickstart guide](/qs/quickstart.html)).
#### Development