aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass2024-07-17 16:56:54 +0100
committerSimon Glass2024-07-26 08:01:06 -0600
commit495e58c9208bcb5ee7b7fd2409b2e9217ac97952 (patch)
treed5d51a000d97ec54a1e0c2b33bc524d5625f5c4a
parent0e03fb1848f4685c8748ce7a63e5a9ff22d062c6 (diff)
qconfig: Rename the doc link
This was missed during the renaming of the tool. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: ea4d6dead37 ("moveconfig: Rename the tool to qconfig")
-rwxr-xr-xtools/qconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qconfig.py b/tools/qconfig.py
index 8a2384d895b..07d78387465 100755
--- a/tools/qconfig.py
+++ b/tools/qconfig.py
@@ -3,7 +3,7 @@
"""Build and query a Kconfig database for boards.
-See doc/develop/moveconfig.rst for documentation.
+See doc/develop/qconfig.rst for documentation.
Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Author: Simon Glass <sjg@chromium.org>