From 101a140889a9b7d0f6902d9b600e7fc681433f05 Mon Sep 17 00:00:00 2001 From: Matt Behrens Date: Wed, 27 Feb 2013 10:49:17 -0800 Subject: [PATCH] make these links relative, to fix RTD -also remove the 'design' link, not being used --- docs/source/faq.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 66408a85..a36d58f9 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -52,7 +52,7 @@ you should use one of the async workers. .. _slowloris: http://ha.ckers.org/slowloris/ .. _setproctitle: http://pypi.python.org/pypi/setproctitle -.. _proc_name: /configure.html#proc-name +.. _proc_name: configure.html#proc-name Worker Processes @@ -87,9 +87,8 @@ To decrease the worker count by one:: $ kill -TTOU $masterpid -.. _design: /design.html -.. _worker_class: /configure.html#worker-class -.. _`number of workers`: /design.html#how-many-workers +.. _worker_class: configure.html#worker-class +.. _`number of workers`: design.html#how-many-workers Kernel Parameters =================