summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-10-03 20:28:39 +0200
committerYorhel <git@yorhel.nl>2016-10-03 20:28:39 +0200
commit488b88c3cf1ccce90a05144dad4ea4e7601f57e8 (patch)
treeaa7c5c9e720c957dfa143c5fa404e8a80064da8e /www
parent7e17853326f89adf5f812b7ac28667930067e32c (diff)
Remove dead linuxmanpages.net link
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/index.pl b/www/index.pl
index 1129927..e42a8a2 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -120,10 +120,8 @@ sub home {
li; a href => 'http://linux.die.net/man/', 'Die.net'; end;
li; a href => 'http://www.freebsd.org/cgi/man.cgi', 'FreeBSD.org Man Pages'; end;
li; a href => 'http://www.openbsd.org/cgi-bin/man.cgi', 'OpenBSD Man Pages'; end;
- li; a href => 'http://linuxmanpages.net/', 'Fedora Manuals'; end;
li; a href => 'http://manpages.ubuntu.com/', 'Ubuntu Manuals'; end;
li; a href => 'http://www.manpagez.com/', 'Manpagez.com'; txt ' (Mac OS X, has some texinfo documentation as well)'; end;
- # li; a href => 'http://www.ma.utexas.edu/cgi-bin/man-cgi', 'ma.utexas.edu'; end; <- No idea what this has to offer when compared to the rest
end;
$self->htmlFooter;
}