mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:54:58 +00:00
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.
This commit is contained in:
parent
98c0c5e9e6
commit
9e471353dd
4 changed files with 13 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue