From: http://thomaslevine.com/ Date: Sun, 2 Mar 2014 21:58:04 +0000 (-0400) Subject: (no commit message) X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.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/ ```