summaryrefslogtreecommitdiffstats
path: root/tools/check_help_urls.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtools/check_help_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_help_urls.py b/tools/check_help_urls.py
index ddf3673e..c9ad6f3f 100755
--- a/tools/check_help_urls.py
+++ b/tools/check_help_urls.py
@@ -22,7 +22,7 @@ with open("ui/help_url.c") as f:
chapter = url.group(1)
found[chapter] = False
-adoc_files = glob("docbook/wsug_src/*.adoc")
+adoc_files = glob("doc/wsug_src/*.adoc")
for adoc_file in adoc_files:
with open(adoc_file) as f: