X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8f7d92c58e6407274c224f5254139a9a777deaa2..7e923afee875c58f4c6721ca0854975849432cce:/doc/bugs/redirect.mdwn?ds=inline 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/ ```