summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-22 17:17:05 +0200
committerYorhel <git@yorhel.nl>2019-10-22 17:17:05 +0200
commitea0a7a4b715add2a08f0989d05b3f26bd0d29d97 (patch)
tree6e175728d0569f9475182b3097aa74ff8724e662 /www
parent67252c1b8103558f8965538ccf70422c2a44ee1d (diff)
Link updates
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.pl18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/index.pl b/www/index.pl
index 0df8980..c02db7d 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -137,21 +137,21 @@ sub home {
h2 'Other sites';
ul id => 'external';
li; a href => 'http://man7.org/linux/man-pages/index.html', 'man7.org'; txt ' - Linux man pages from several upstream projects.'; end;
- li; a href => 'http://manpag.es/', 'ManPag.es'; txt ' - Man pages from several Linux distributions.'; end;
+ li; a href => 'https://manpag.es/', 'ManPag.es'; txt ' - Man pages from several Linux distributions.'; end;
li; a href => 'https://www.mankier.com/', 'ManKier'; txt ' - Fedora Rawhide + some manually imported man pages; Nicely formatted and with some unique features.'; end;
- li; a href => 'http://man.cx/', 'man.cx'; txt ' - Man pages extracted from Debian testing.'; end;
+ li; a href => 'https://man.cx/', 'man.cx'; txt ' - Man pages extracted from Debian testing.'; end;
li; a href => 'http://man.he.net/', 'man.he.net'; txt ' - Also seems to be from a Debian-like system.'; end;
- li; a href => 'http://linux.die.net/man/', 'die.net'; txt ' - Seems to be based on an RPM-based Linux distribution.'; end;
+ 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 => 'http://www.manpagez.com/', 'manpagez.com'; txt ' - Mac OS X, has some GTK-html and texinfo documentation as well.'; 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://manpages.debian.org/', 'Debian Man Pages'; end;
li; a href => 'https://www.dragonflybsd.org/cgi/web-man', 'DragonFlyBSD Man Pages'; end;
- li; a href => 'http://www.freebsd.org/cgi/man.cgi', 'FreeBSD.org Man Pages'; end;
- li; a href => 'http://netbsd.gw.com/cgi-bin/man-cgi', 'NetBSD Man Pages'; end;
- li; a href => 'http://www.openbsd.org/cgi-bin/man.cgi', 'OpenBSD Man Pages'; end;
- li; a href => 'http://manpages.ubuntu.com/', 'Ubuntu Manuals'; end;
- li; a href => 'https://man.voidlinux.eu/', 'Void Linux manpages'; end;
+ li; a href => 'https://www.freebsd.org/cgi/man.cgi', 'FreeBSD.org Man Pages'; end;
+ li; a href => 'https://netbsd.gw.com/cgi-bin/man-cgi', 'NetBSD Man Pages'; end;
+ li; a href => 'https://www.openbsd.org/cgi-bin/man.cgi', 'OpenBSD Man Pages'; end;
+ li; a href => 'https://manpages.ubuntu.com/', 'Ubuntu Manuals'; end;
+ li; a href => 'https://man.voidlinux.org/', 'Void Linux manpages'; end;
end;
$self->htmlFooter;
}