Fix worker class link in FAQ

This commit is contained in:
Huayi Zhang 2015-11-05 02:39:08 +08:00
parent eb29a449aa
commit dc0dbf3f6c

View File

@ -96,7 +96,7 @@ experience high load due to this problem when using many workers or threads.
However `a work has been started <https://github.com/benoitc/gunicorn/issues/792>`_
to remove this issue.
.. _worker_class: configure.html#worker-class
.. _worker_class: settings.html#worker-class
.. _`number of workers`: design.html#how-many-workers
Why I don't see any logs in the console?