summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-12-11 03:03:01 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-12-11 03:03:01 +0100
commitf8b429999f6040ec56983e02d31e551110ba1e55 (patch)
tree3bf564525e58db8cdc0b9172e6bd495a253354a1
parent415e6c4dae39e467a0f6960af13ec310aa1bec01 (diff)
Update links to Kconfig tips page in README
Moved in Zephyr.
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 014b18b..139c133 100644
--- a/README.rst
+++ b/README.rst
@@ -64,7 +64,7 @@ Note: See `this issue <https://github.com/ulfalizer/Kconfiglib/issues/47>`__ if
you run into a "macro expanded to blank string" error with kernel 4.18+.
See `this page
-<https://docs.zephyrproject.org/latest/guides/kconfig/index.html>`__ for some
+<https://docs.zephyrproject.org/latest/guides/kconfig/tips.html>`__ for some
Kconfig tips and best practices.
Installation
@@ -218,7 +218,7 @@ Whenever ``.config`` is overwritten, the previous version of the file is saved
to ``.config.old`` (or, more generally, to ``$KCONFIG_CONFIG.old``).
For some general Kconfig advice, see `this page
-<https://docs.zephyrproject.org/latest/guides/kconfig/index.html>`__.
+<https://docs.zephyrproject.org/latest/guides/kconfig/tips.html>`__.
Using ``.config`` files as Make input
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~