diff options
-rw-r--r-- | doc/bugs/redirect.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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/ ``` |