summaryrefslogtreecommitdiff
path: root/Userland/Utilities
diff options
context:
space:
mode:
authorkleines Filmröllchen <malu.bertsch@gmail.com>2022-01-10 22:28:43 +0100
committerLinus Groh <mail@linusgroh.de>2022-01-11 00:24:57 +0100
commit9e471353dda33cf9de5584287b4a18ed0085c7df (patch)
tree0da5183c5aaf780812f5b0225b91d718d1373820 /Userland/Utilities
parent98c0c5e9e65c1ef42f6a3a1da2726950ac79c560 (diff)
downloadserenity-9e471353dda33cf9de5584287b4a18ed0085c7df.zip
Meta: Convert new help page link styles for the man page website
The special URL links (help://man) and the application opening links now work on the man page website. While the page links are translated correctly, the application launch can't be implemented. For this reason, an explanatory error page is shown instead.
Diffstat (limited to 'Userland/Utilities')
-rw-r--r--Userland/Utilities/markdown-check.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/markdown-check.cpp b/Userland/Utilities/markdown-check.cpp
index 633c555ff6..de56d88376 100644
--- a/Userland/Utilities/markdown-check.cpp
+++ b/Userland/Utilities/markdown-check.cpp
@@ -47,6 +47,7 @@ static bool is_missing_file_acceptable(String const& filename)
"/man6/index.html",
"/man7/index.html",
"/man8/index.html",
+ "index.html",
};
for (auto const& suffix : acceptable_missing_files) {
if (filename.ends_with(suffix))