about: Fix example URL

That link broke, the /man.<hash>/<system>/<package> format only works
when <hash> is available in the latest version of <system> and
<package>, and I suspect broadening the search to fix that isn't worth
the extra resources. The canonical permalink format doesn't include
<package> and is resilient against this problem.
This commit is contained in:
Yorhel 2025-02-28 19:11:41 +01:00
parent 5cc77bc7f1
commit 026a9bf2ad

View file

@ -378,7 +378,7 @@ FU::get '/info/about' => sub {
<a href="/man.910be0ed/ls">/man.910be0ed/ls</a><br>
<a href="/man.910be0ed/fedora/ls">/man.910be0ed/fedora/ls</a><br>
<a href="/man.910be0ed/arch/ls">/man.910be0ed/arch/ls</a><br>
<a href="/man.910be0ed/fedora/everything/coreutils-common/ls">/man.910be0ed/fedora/everything/coreutils-common/ls</a></dd>
<a href="/man.910be0ed/fedora-24/coreutils-common/ls">/man.910be0ed/fedora-24/coreutils-common/ls</a></dd>
<dt><code>/raw...</code></dt><dd>
In all of the above URL formats, you can change <code>/man</code> with
<code>/raw</code> to get the raw UTF-8 encoded man page source, e.g.:<br>