Skip to content

Commit

Permalink
point to the correct documentation link
Browse files Browse the repository at this point in the history
fix #967
  • Loading branch information
benoitc committed Jan 30, 2015
1 parent 8936d82 commit 2d76b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Monitoring
Gaffer
------

Using Gafferd and gafferctl
+++++++++++++++++++++++++++
Using Gafferd and gaffer
++++++++++++++++++++++++

`Gaffer <http://gaffer.readthedocs.org/en/latest/index.html>`_ can be
used to monitor gunicorn. A simple configuration is::
Expand All @@ -159,7 +159,7 @@ used to monitor gunicorn. A simple configuration is::
cmd = gunicorn -w 3 test:app
cwd = /path/to/project

Then you can easily manage Gunicorn using `gafferctl <http://gaffer.readthedocs.org/en/latest/gafferctl.html>`_.
Then you can easily manage Gunicorn using `gaffer <http://gaffer.readthedocs.org/en/latest/gaffer.html>`_.


Using a Procfile
Expand Down

0 comments on commit 2d76b57

Please sign in to comment.