From: http://thomaslevine.com/ Date: Sun, 2 Mar 2014 21:58:41 +0000 (-0400) Subject: (no commit message) X-Git-Tag: debian/3.20140613~147 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/8279db286259c157a4db14e9113fc4b4d944cbb6 --- diff --git a/doc/bugs/redirect.mdwn b/doc/bugs/redirect.mdwn index 5061a7940..521c29f9e 100644 --- a/doc/bugs/redirect.mdwn +++ b/doc/bugs/redirect.mdwn @@ -3,14 +3,10 @@ I suppose this isn't technically a bug, but whetever. I want symbolic links to be rendered as HTTP redirects. For example, if we do this, -``` -touch foo.mkdwn -ln -s foo.mkdwn bar.mkdwn -git push baz.branchable.com -``` + touch foo.mkdwn + ln -s foo.mkdwn bar.mkdwn + git push baz.branchable.com then the following command should print 302 -``` -curl -o /dev/null -s -w "%{http_code}" http://baz.thomaslevine.com/bar/ -``` + curl -o /dev/null -s -w "%{http_code}" http://baz.thomaslevine.com/bar/