From: Simon Glass <sjg@chromium.org>
Date: Wed, 17 Jul 2024 15:56:54 +0000 (+0100)
Subject: qconfig: Rename the doc link
X-Git-Tag: v2025.01-rc5-pxa1908~364^2~21
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=495e58c9208bcb5ee7b7fd2409b2e9217ac97952;p=u-boot.git

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")
---

diff --git a/tools/qconfig.py b/tools/qconfig.py
index 8a2384d895..07d7838746 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>