From: Alexander Barton Date: Sun, 5 Apr 2020 22:26:32 +0000 (+0200) Subject: Add & update redirections for README.md & INSTALL.md X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=9bac4eca4caca66195af8fd8ae87ba355ed2d34c;p=ngircd-web.git Add & update redirections for README.md & INSTALL.md --- diff --git a/.htaccess b/.htaccess index be1b406..5d122db 100644 --- a/.htaccess +++ b/.htaccess @@ -10,8 +10,10 @@ Redirect /bugzilla/query.cgi https://github.com/ngircd/ngircd/issues Redirect /doc/AUTHORS https://github.com/ngircd/ngircd/blob/master/AUTHORS Redirect /doc/COPYING https://github.com/ngircd/ngircd/blob/master/COPYING Redirect /doc/ChangeLog https://github.com/ngircd/ngircd/blob/master/ChangeLog -Redirect /doc/INSTALL https://github.com/ngircd/ngircd/blob/master/INSTALL +Redirect /doc/INSTALL https://github.com/ngircd/ngircd/blob/master/INSTALL.md +Redirect /doc/INSTALL.md https://github.com/ngircd/ngircd/blob/master/INSTALL.md Redirect /doc/NEWS https://github.com/ngircd/ngircd/blob/master/NEWS -Redirect /doc/README https://github.com/ngircd/ngircd/blob/master/README +Redirect /doc/README https://github.com/ngircd/ngircd/blob/master/README.md +Redirect /doc/README.md https://github.com/ngircd/ngircd/blob/master/README.md Redirect /doc/sample-ngircd.conf https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl Redirect /doc/ https://github.com/ngircd/ngircd/blob/master/doc/