summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-03-16 09:48:34 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-03-16 09:49:10 +0100
commitf8b254992e8fdbb54a8943a398b7f696578bcea4 (patch)
tree864d8146400776346f62996a5bd0a3b9feec430a /README.rst
parent62d6d65a1ad1e5429b507d6f23f9da126aba016b (diff)
Fix link to Kconfig best practices page
Got moved. Also link it in the 'Getting started' section.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 15015d1..fd0a5c6 100644
--- a/README.rst
+++ b/README.rst
@@ -35,8 +35,8 @@ Note: See `this issue <https://github.com/ulfalizer/Kconfiglib/issues/47>`_ if y
a "macro expanded to blank string" error with kernel 4.18+.
See `this page
-<https://docs.zephyrproject.org/latest/application/kconfig-tips.html>`_ for
-some Kconfig tips and best practices.
+<https://docs.zephyrproject.org/latest/guides/kconfig/index.html>`__ for some
+Kconfig tips and best practices.
Installation
------------
@@ -149,6 +149,9 @@ Getting started
implicit ``olddefconfig``, so building will normally not be affected by
having an outdated configuration.
+For some general Kconfig advice, see `this page
+<https://docs.zephyrproject.org/latest/guides/kconfig/index.html>`__.
+
Using ``.config`` files as Make input
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~