]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
docs-rst: fix broken links to dynamic-debug-howto in kernel-parameters
authorSteffen Maier <maier@linux.vnet.ibm.com>
Wed, 14 Jun 2017 10:24:12 +0000 (12:24 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 22 Jun 2017 16:24:31 +0000 (10:24 -0600)
Another place in lib/Kconfig.debug was already fixed in commit f8998c226587
("lib/Kconfig.debug: correct documentation paths").

Fixes: 9d85025b0418 ("docs-rst: create an user's manual book")
Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/kernel-parameters.txt

index 15f79c27748df1611b1643b77ca68e2a5e7cfaab..b426ad42ab5b8b2687295c51a2ea18d33058492e 100644 (file)
                        See also Documentation/input/joystick-parport.txt
 
        ddebug_query=   [KNL,DYNAMIC_DEBUG] Enable debug messages at early boot
-                       time. See Documentation/dynamic-debug-howto.txt for
+                       time. See
+                       Documentation/admin-guide/dynamic-debug-howto.rst for
                        details.  Deprecated, see dyndbg.
 
        debug           [KNL] Enable kernel debugging (events log level).
        dyndbg[="val"]          [KNL,DYNAMIC_DEBUG]
        module.dyndbg[="val"]
                        Enable debug messages at boot time.  See
-                       Documentation/dynamic-debug-howto.txt for details.
+                       Documentation/admin-guide/dynamic-debug-howto.rst
+                       for details.
 
        nompx           [X86] Disables Intel Memory Protection Extensions.
                        See Documentation/x86/intel_mpx.txt for more