diff options
author | http://thomaslevine.com/ <Thomas@web> | 2014-03-02 17:58:04 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-03-02 17:58:04 -0400 |
commit | 7e923afee875c58f4c6721ca0854975849432cce (patch) | |
tree | acaf3250f5f9d8fe3f0453b1987837df63ee78ac /doc/bugs/redirect.mdwn | |
parent | 8f7d92c58e6407274c224f5254139a9a777deaa2 (diff) | |
download | ikiwiki-7e923afee875c58f4c6721ca0854975849432cce.tar ikiwiki-7e923afee875c58f4c6721ca0854975849432cce.tar.gz |
Diffstat (limited to 'doc/bugs/redirect.mdwn')
-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/ ``` |