From 026a9bf2adee6cbf3e651a43b951ec64da66bd70 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 28 Feb 2025 19:11:41 +0100 Subject: [PATCH] about: Fix example URL That link broke, the /man.// format only works when is available in the latest version of and , and I suspect broadening the search to fix that isn't worth the extra resources. The canonical permalink format doesn't include and is resilient against this problem. --- www/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.pl b/www/index.pl index 7b55b17..d9b5190 100755 --- a/www/index.pl +++ b/www/index.pl @@ -378,7 +378,7 @@ FU::get '/info/about' => sub { /man.910be0ed/ls
/man.910be0ed/fedora/ls
/man.910be0ed/arch/ls
- /man.910be0ed/fedora/everything/coreutils-common/ls + /man.910be0ed/fedora-24/coreutils-common/ls
/raw...
In all of the above URL formats, you can change /man with /raw to get the raw UTF-8 encoded man page source, e.g.: