diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index 0f34d7a3..a33d0b7c 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -149,8 +149,8 @@ Monitoring Gaffer ------ -Using Gafferd and gafferctl -+++++++++++++++++++++++++++ +Using Gafferd and gaffer +++++++++++++++++++++++++ `Gaffer `_ can be used to monitor gunicorn. A simple configuration is:: @@ -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 `_. +Then you can easily manage Gunicorn using `gaffer `_. Using a Procfile