Merge pull request #494 from askedrelic/bug/fix-inline-links

Fix doc links
This commit is contained in:
Konstantin vz'One Enchant 2013-03-01 05:31:06 -08:00
commit 2b96808f35

View File

@ -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
=================