aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/redirect.mdwn
blob: 5061a794063e563733ae329d5e0648f5dcfd2da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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://baz.thomaslevine.com/bar/
```