diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2012-08-28 13:40:04 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2012-08-28 13:40:04 +0400 |
commit | 3e6e70eb489854ea010891559c650a7418ed8e21 (patch) | |
tree | 6fff66b37e3edcc434d25b0aab150cf89737b1bf | |
parent | cb98f6a5f93f95e91ecee7c6abf2852084a8557f (diff) | |
download | markdown-3e6e70eb489854ea010891559c650a7418ed8e21.tar.gz markdown-3e6e70eb489854ea010891559c650a7418ed8e21.tar.bz2 markdown-3e6e70eb489854ea010891559c650a7418ed8e21.zip |
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> |