]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
net: fix NetConsole documentation reference
authorBaruch Siach <baruch@tkos.co.il>
Mon, 18 Dec 2023 07:37:53 +0000 (09:37 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 19 Dec 2023 13:02:37 +0000 (08:02 -0500)
Fixes: d0253f7e5ca1 ("doc: move README.NetConsole to HTML documentation")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
net/Kconfig

index 4215889127c9b215e96f6b23edd65406ee8f4fe4..92a22ac1ea553d51357f7644ad937d47be9678c3 100644 (file)
@@ -57,7 +57,7 @@ config NETCONSOLE
        bool "NetConsole support"
        help
          Support the 'nc' input/output device for networked console.
-         See README.NetConsole for details.
+         See doc/usage/netconsole.rst for details.
 
 config IP_DEFRAG
        bool "Support IP datagram reassembly"