From f6fd8a7dab2c1d592158cf9d0db6ad6139a00cd0 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 27 Sep 2019 17:00:09 -0500 Subject: [PATCH] doc: fix dead kconfig links Links to Linux kernel Kconfig documentation are broken, so replace them with working ones. Signed-off-by: David Lechner --- doc/guides/kconfig/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/kconfig/index.rst b/doc/guides/kconfig/index.rst index fb02a722b8b..b76a2873bac 100644 --- a/doc/guides/kconfig/index.rst +++ b/doc/guides/kconfig/index.rst @@ -14,10 +14,10 @@ behaviors and features that might be cryptic or that are easily overlooked. .. note:: - The official Kconfig documentation is `kconfig-language.txt - `_ - and `kconfig-macro-language.txt - `_. + The official Kconfig documentation is `kconfig-language.rst + `_ + and `kconfig-macro-language.rst + `_. What to turn into Kconfig options