summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-04 00:14:18 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-04 00:14:18 +0200
commitd044ee9041de0a4917854a48c90d975f7d1b1bc7 (patch)
tree78190432cc4d404065491943c7d21d1e117ec6f3
parentdecadba9c28e86de23e0ed3f5819c72a0f9ad3d9 (diff)
Fix link to kconfig-language.txt in how-to
The link accidentally went to kconfig-macro-language.txt.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e4a9841..9b3601b 100644
--- a/README.rst
+++ b/README.rst
@@ -115,7 +115,7 @@ Getting started
you want to use the terminal ``menuconfig``.
2. Write `Kconfig
- <https://github.com/torvalds/linux/blob/master/Documentation/kbuild/kconfig-macro-language.txt>`__
+ <https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt>`__
files that describe the available configuration options.
3. Generate an initial configuration with e.g. ``menuconfig`` or