diff options
author | kleines Filmröllchen <malu.bertsch@gmail.com> | 2022-01-10 22:28:43 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-11 00:24:57 +0100 |
commit | 9e471353dda33cf9de5584287b4a18ed0085c7df (patch) | |
tree | 0da5183c5aaf780812f5b0225b91d718d1373820 /Meta/Websites | |
parent | 98c0c5e9e65c1ef42f6a3a1da2726950ac79c560 (diff) | |
download | serenity-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 'Meta/Websites')
-rw-r--r-- | Meta/Websites/man.serenityos.org/cant-run-application.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Meta/Websites/man.serenityos.org/cant-run-application.md b/Meta/Websites/man.serenityos.org/cant-run-application.md new file mode 100644 index 0000000000..f54d80aae8 --- /dev/null +++ b/Meta/Websites/man.serenityos.org/cant-run-application.md @@ -0,0 +1,5 @@ +# Sorry :^( + +This is a link to open the application directly, but that only works in SerenityOS. + +[Go back to main page](index.html) |