Rationalise docs part 3 #151

This commit is contained in:
Ian Renton
2026-09-23 17:50:04 +01:00
parent c9d0a7652c
commit 2d14342089
14 changed files with 76 additions and 87 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class WebServer:
PageTemplateHandler,
{"template_name": f"help/{page}"},
)
for page in ["about", "using", "faq", "accuracy", "privacy", "thanks"]
for page in ["about", "using", "sources", "faq", "accuracy", "privacy", "thanks"]
] + [
# Old "About" page URL, redirect for the benefit of existing links & bookmarks
(r"/about", RedirectHandler, {"url": "/help"}),