summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-03-18 18:23:28 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-03-18 18:23:28 +0100
commit6d7f7ce18559daafb6ddcb1eef3248b49634c436 (patch)
treea93a00f63af6cb3fb83ec38a506769bd018e86e0 /docs
parent7fd4ab217409e4dd771f6447cbb54601f2c59fa2 (diff)
downloadpaste-6d7f7ce18559daafb6ddcb1eef3248b49634c436.tar.gz
Fix typo in the URL of the issue tracker
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 990ecb6..57af4d6 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -10,7 +10,7 @@
<h3><a href="http://pythonpaste.org/" class="invisible-link">Python Paste</a></h3>
<ul>
-<li><a href="https://bitbucket.org/ianb/pastescript/issue/">Issue tracker</a></li>
+<li><a href="https://bitbucket.org/ianb/pastescript/issues/">Issue tracker</a></li>
<li><a href="http://pythonpaste.org/">Paste core</a></li>
<li><a href="http://pythonpaste.org/webob/">WebOb</a></li>
<li><a href="http://pythonpaste.org/deploy/">Paste Deploy</a></li>