aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-10-26 07:14:04 -0700
committerWaylan Limberg <waylan@gmail.com>2012-10-26 07:14:04 -0700
commitd78b7a0da4a5662a333954fe18688c2448600316 (patch)
tree05cc96308b3e34265f5893c101dec7aff212aa28
parent5aad55f920ded6a30a61a8a9b90a52da48c79040 (diff)
parent67cb5fb010f3528bb9dad3107149ba8ff967841d (diff)
downloadmarkdown-d78b7a0da4a5662a333954fe18688c2448600316.tar.gz
markdown-d78b7a0da4a5662a333954fe18688c2448600316.tar.bz2
markdown-d78b7a0da4a5662a333954fe18688c2448600316.zip
Merge pull request #156 from mitya57/master
Fix the link in docs' bottom panel
-rw-r--r--docs/_template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_template.html b/docs/_template.html
index 202fefb..d3780dd 100644
--- a/docs/_template.html
+++ b/docs/_template.html
@@ -62,7 +62,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>