URL fix up

This commit is contained in:
Samuel Wright 2015-12-22 11:33:25 +07:00
parent cc63354367
commit b9721024be
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ might look like:
├── contact/ ├── contact/
| └── index.html # => http://example.com/contact/ | └── index.html # => http://example.com/contact/
|── other/ |── other/
| └── index.md # => http://example.com/other.html | └── index.md # => http://example.com/other/
└── index.html # => http://example.com/ └── index.html # => http://example.com/
{% endhighlight %} {% endhighlight %}