From 2d76b5745442958bfca5f0a64091b48ced967226 Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 30 Jan 2015 09:42:46 +0100 Subject: [PATCH] point to the correct documentation link fix #967 --- docs/source/deploy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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