diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 76f033a22..82197ec3d 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -972,10 +972,8 @@ TELNETCONSOLE_ENABLED Default: ``True`` -Scope: ``scrapy.management.telnet`` - -A boolean which specifies if the telnet management console will be enabled -(provided its extension is also enabled). +A boolean which specifies if the :ref:`telnet console ` +will be enabled (provided its extension is also enabled). .. setting:: TELNETCONSOLE_PORT diff --git a/docs/topics/telnetconsole.rst b/docs/topics/telnetconsole.rst index 5833457b8..8fd414d2d 100644 --- a/docs/topics/telnetconsole.rst +++ b/docs/topics/telnetconsole.rst @@ -4,7 +4,7 @@ Telnet Console ============== -.. module:: scrapy.management.telnet +.. module:: scrapy.telnet :synopsis: The Telnet Console Scrapy comes with a built-in telnet console for inspecting and controlling a