diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-08-28 09:17:43 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-08-28 09:17:43 -0700 |
commit | edd5d9eebca09ee1e73c4bcc0ddd54c8627f4c86 (patch) | |
tree | b8b64a3d570607b27b4192c4143856397aac7130 | |
parent | 7d8ced4cc8d43a45ea9fed8eebfcbaeb5619597a (diff) | |
parent | 3e6e70eb489854ea010891559c650a7418ed8e21 (diff) | |
download | markdown-edd5d9eebca09ee1e73c4bcc0ddd54c8627f4c86.tar.gz markdown-edd5d9eebca09ee1e73c4bcc0ddd54c8627f4c86.tar.bz2 markdown-edd5d9eebca09ee1e73c4bcc0ddd54c8627f4c86.zip |
Merge pull request #137 from mitya57/master
Fixed not working "index" link in extensions documentation
-rw-r--r-- | docs/_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_template.html b/docs/_template.html index b58115d..202fefb 100644 --- a/docs/_template.html +++ b/docs/_template.html @@ -11,7 +11,7 @@ <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> - <a href="siteindex.html" title="General Index">index</a></li> + <a href="%(base)ssiteindex.html" title="General Index">index</a></li> <li class="right"> <a href="%(next_url)s" title="%(next_title)s" accesskey="N">next</a> |</li> |