From: http://thomaslevine.com/ <Thomas@web>
Date: Sun, 2 Mar 2014 21:58:04 +0000 (-0400)
Subject: (no commit message)
X-Git-Tag: debian/3.20140613~148
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/7e923afee875c58f4c6721ca0854975849432cce

---

diff --git a/doc/bugs/redirect.mdwn b/doc/bugs/redirect.mdwn
index f7dac6077..5061a7940 100644
--- a/doc/bugs/redirect.mdwn
+++ b/doc/bugs/redirect.mdwn
@@ -12,5 +12,5 @@ git push baz.branchable.com
 then the following command should print 302
 
 ```
-curl -o /dev/null -s -w "%{http_code}" http://wiki.thomaslevine.com
+curl -o /dev/null -s -w "%{http_code}" http://baz.thomaslevine.com/bar/
 ```