summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2013-02-07 17:22:48 -0600
committerIan Bicking <ianb@colorstudy.com>2013-02-07 17:22:48 -0600
commite5aff08df2c4bf251a9b2187b5f9764830a8471d (patch)
treedbc1c7c13c4134393ffbd3c43a8c36d24e3a5783 /docs
parent531c568bd89a2e34ca3077314587e421c5867091 (diff)
downloadpaste-e5aff08df2c4bf251a9b2187b5f9764830a8471d.tar.gz
fix #5, trac link
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 90d84f2..990ecb6 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="http://trac.pythonpaste.org">Issue tracker</a></li>
+<li><a href="https://bitbucket.org/ianb/pastescript/issue/">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>