summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-01 01:22:10 +0200
committerGitHub <noreply@github.com>2018-05-01 01:22:10 +0200
commitcb75f3c7dea76b7ba0d886f28c83340884d40dfb (patch)
tree099411a2339c662a0aa4314fb8d83cfd327b5379 /README.rst
parentc8539bc7bbd7b404a46b8dc07e0a43fb0647cfa7 (diff)
Fix genrest.py link
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 50b5d57..12fed27 100644
--- a/README.rst
+++ b/README.rst
@@ -343,7 +343,7 @@ Real-world examples
- `kconfig.py <https://github.com/zephyrproject-rtos/zephyr/blob/master/scripts/kconfig/kconfig.py>`_ from the `Zephyr <https://www.zephyrproject.org/>`_ project handles ``.config`` and header file generation, also doing configuration fragment merging.
-- `genrest.py <https://github.com/zephyrproject-rtos/zephyr/blob/master/scripts/kconfig/kconfig.py>`_ generates a Kconfig symbol cross-reference, which can be viewed `here <http://docs.zephyrproject.org/reference/kconfig/index.html>`_.
+- `genrest.py <https://github.com/zephyrproject-rtos/zephyr/blob/master/scripts/kconfig/kconfig.py>`_ generates a Kconfig symbol cross-reference, which can be viewed `here <https://github.com/zephyrproject-rtos/zephyr/blob/master/doc/scripts/genrest/genrest.py>`_.
These use the older Kconfiglib 1 API, which was clunkier and not as general (functions instead of properties, no direct access to the menu structure or properties, uglier ``__str__()`` output):