From 4093dc19111c01d62c344549ad8e6ac984a5ba3c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 14 Apr 2021 09:01:06 +0200 Subject: [PATCH] Fix external link to Arch man pages site --- www/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.pl b/www/index.pl index 1259f33..f704fe4 100755 --- a/www/index.pl +++ b/www/index.pl @@ -154,7 +154,7 @@ sub home { li; a href => 'https://linux.die.net/man/', 'die.net'; txt ' - Seems to be based on an RPM-based Linux distribution.'; end; li; a href => 'http://manpages.org/', 'manpages.org'; txt ' - Lots of mostly-nicely formatted man pages, no clue about source.'; end; li; a href => 'https://www.manpagez.com/', 'manpagez.com'; txt ' - Mac OS X, has some GTK-html and texinfo documentation as well.'; end; - li; a href => 'https://jlk.fjfi.cvut.cz/arch/manpages/dev', 'Arch Linux Man Pages'; end; + li; a href => 'https://man.archlinux.org/', 'Arch Linux Man Pages'; end; li; a href => 'https://manpages.debian.org/', 'Debian Man Pages'; end; li; a href => 'https://www.dragonflybsd.org/cgi/web-man', 'DragonFlyBSD Man Pages'; end; li; a href => 'https://www.freebsd.org/cgi/man.cgi', 'FreeBSD.org Man Pages'; end;