From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 12 Aug 2015 15:17:38 +0200 Subject: /about redirected to /about/ Message-ID: Hi folks, All our links were already pointing to /about/, but it was still possible to load the same content at /about. This posed a problem for using relative links inside markdown or wiki pages. This commit adds support for a 301 redirect: http://git.zx2c4.com/cgit/commit/?id=d7034806a4b1279f62d606501f831dcad31798e6 Please let me know if this poses any problems. Thanks, Jason