mirror of https://github.com/status-im/cabot.git
Merge pull request #216 from grzegorz-dubicki/gh-pages
Correct a link pointing to Quickstart
This commit is contained in:
commit
cce785a2c9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue