summaryrefslogtreecommitdiff
path: root/man/lib/mksectionindex.py
diff options
context:
space:
mode:
Diffstat (limited to 'man/lib/mksectionindex.py')
-rw-r--r--man/lib/mksectionindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/lib/mksectionindex.py b/man/lib/mksectionindex.py
index 480011fe..f9b3bf75 100644
--- a/man/lib/mksectionindex.py
+++ b/man/lib/mksectionindex.py
@@ -30,7 +30,7 @@ if __name__ == "__main__":
"""
for f in os.listdir():
- index_file += f"<a href=\"{prefix}{section}/{f}\">{f}</a>\n"
+ index_file += f"<a href=\"{prefix}{section}/{f}.html\">{f}</a>\n"
index_file += "</pre></body></html>"
print(index_file)