From dc0dbf3f6c74162b6a516b3c610ffbe7cd3ff7ad Mon Sep 17 00:00:00 2001 From: Huayi Zhang Date: Thu, 5 Nov 2015 02:39:08 +0800 Subject: [PATCH] Fix worker class link in FAQ --- docs/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index cbdb0cda..b14dff2b 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -96,7 +96,7 @@ experience high load due to this problem when using many workers or threads. However `a work has been started `_ 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?