]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorhttp://thomaslevine.com/ <Thomas@web>
Sun, 2 Mar 2014 21:58:41 +0000 (17:58 -0400)
committeradmin <admin@branchable.com>
Sun, 2 Mar 2014 21:58:41 +0000 (17:58 -0400)
doc/bugs/redirect.mdwn

index 5061a794063e563733ae329d5e0648f5dcfd2da1..521c29f9eeae1b63ea51b76e8b900221006180ec 100644 (file)
@@ -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/