aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://thomaslevine.com/ <Thomas@web>2014-03-02 17:57:17 -0400
committeradmin <admin@branchable.com>2014-03-02 17:57:17 -0400
commit8f7d92c58e6407274c224f5254139a9a777deaa2 (patch)
tree7b223b4035c5f16ec54be6a1e0805383ae4531dc
parentcf5d4300f38120b0bcf79db0f2bf00fb29373a0e (diff)
downloadikiwiki-8f7d92c58e6407274c224f5254139a9a777deaa2.tar
ikiwiki-8f7d92c58e6407274c224f5254139a9a777deaa2.tar.gz
-rw-r--r--doc/bugs/redirect.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/redirect.mdwn b/doc/bugs/redirect.mdwn
new file mode 100644
index 000000000..f7dac6077
--- /dev/null
+++ b/doc/bugs/redirect.mdwn
@@ -0,0 +1,16 @@
+I suppose this isn't technically a bug, but whetever.
+
+I want symbolic links to be rendered as HTTP redirects. For example,
+if we do this,
+
+```
+touch foo.mkdwn
+ln -s foo.mkdwn bar.mkdwn
+git push baz.branchable.com
+```
+
+then the following command should print 302
+
+```
+curl -o /dev/null -s -w "%{http_code}" http://wiki.thomaslevine.com
+```