Skip to content

Commit 14d3c73

Browse files
stephanosiocarlescufi
authored andcommitted
doc: kconfig: Update outdated links to Kconfig documentation
This commit updates the outdated links to the Kconfig documentation in the Linux kernel repository with those from the official documentation. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 97efbec commit 14d3c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build/kconfig/extensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kconfig extensions
55

66
Zephyr uses the `Kconfiglib <https://github.com/ulfalizer/Kconfiglib>`__
77
implementation of `Kconfig
8-
<https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt>`__,
8+
<https://docs.kernel.org/kbuild/kconfig-language.html>`__,
99
which includes some Kconfig extensions:
1010

1111
- Environment variables in ``source`` statements are expanded directly, meaning
@@ -17,7 +17,7 @@ which includes some Kconfig extensions:
1717

1818
The recommended syntax for referencing environment variables is ``$(FOO)``
1919
rather than ``$FOO``. This uses the new `Kconfig preprocessor
20-
<https://raw.githubusercontent.com/torvalds/linux/master/Documentation/kbuild/kconfig-macro-language.txt>`__.
20+
<https://docs.kernel.org/kbuild/kconfig-macro-language.html>`__.
2121
The ``$FOO`` syntax for expanding environment variables is only supported for
2222
backwards compatibility.
2323

0 commit comments

Comments
 (0)