From ba945bd63529b8051d58d6de5331c31482961c3e Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 29 Jun 2013 06:16:17 +0200 Subject: [PATCH] fix link syntax --- docs/source/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/signals.rst b/docs/source/signals.rst index 09440ce8..7c117d5e 100644 --- a/docs/source/signals.rst +++ b/docs/source/signals.rst @@ -7,7 +7,7 @@ Signals Handling A brief description of the signals handled by Gunicorn. We also document the signales used internally by Gunicorn to communicate with the workers. With the exception of TTIN/TTOU the signals handling match the behaviour of `nginx -`. +`_. Master process ==============