diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-16 09:48:34 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-16 09:49:10 +0100 |
| commit | f8b254992e8fdbb54a8943a398b7f696578bcea4 (patch) | |
| tree | 864d8146400776346f62996a5bd0a3b9feec430a /README.rst | |
| parent | 62d6d65a1ad1e5429b507d6f23f9da126aba016b (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.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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
