summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-01 07:27:13 +0200
committerGitHub <noreply@github.com>2018-05-01 07:27:13 +0200
commit8f45a283a3a5dd31c462e39b524b8d5bd211d172 (patch)
tree3088e515677c90325b8f89f1aaf97c908fee35c4
parent8983f7eb297dd614faf0beee3129559bc8ba338e (diff)
Fix link to genrest.py output
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9682c79..cf42177 100644
--- a/README.rst
+++ b/README.rst
@@ -313,7 +313,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 <https://github.com/zephyrproject-rtos/zephyr/blob/master/doc/scripts/genrest/genrest.py>`_.
+- `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>`_.
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):