Commit 159fe410b157d3a19b826495be377146c49860d3
Exists in
master
and in
1 other branch
Merge branch 'create_docs_section_for_deployment'
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
docs/deployment.md
... | ... | @@ -3,8 +3,8 @@ There are any number of ways to deploy Errbit, but official support is limited |
3 | 3 | to heroku and capistrano. |
4 | 4 | |
5 | 5 | See specific notes on deployment via: |
6 | -- [heroku](docs/deployment/heroku.md) | |
7 | -- [capistrano](docs/deployment/capistrano.md) | |
6 | +- [heroku](deployment/heroku.md) | |
7 | +- [capistrano](deployment/capistrano.md) | |
8 | 8 | |
9 | 9 | You can use a process manager to deploy Errbit, but Errbit doesn't maintain |
10 | 10 | support for any specific process manager. But if you use systemd, @nofxx has | ... | ... |