From: Baruch Siach Date: Mon, 18 Dec 2023 07:37:53 +0000 (+0200) Subject: net: fix NetConsole documentation reference X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=b5712acb972918a4402971c3cc5a5732d37c3e89;p=u-boot.git net: fix NetConsole documentation reference Fixes: d0253f7e5ca1 ("doc: move README.NetConsole to HTML documentation") Signed-off-by: Baruch Siach Reviewed-by: Ramon Fried --- diff --git a/net/Kconfig b/net/Kconfig index 4215889127..92a22ac1ea 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -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"