diff options
| -rw-r--r-- | README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
