summaryrefslogtreecommitdiff
path: root/sites/www/conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-01 12:36:21 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-04-01 12:36:21 -0700
commit80aff93d3f0040f5886e983a6ce781717f7703a4 (patch)
tree662fbe111657e20aea9f06d5e559f308861a482d /sites/www/conf.py
parent36bd5b2ffbb4636fde2fbeda7eddd2d9b57920bd (diff)
downloadparamiko-80aff93d3f0040f5886e983a6ce781717f7703a4.tar.gz
Fix broken tag-tree links in changelog
Diffstat (limited to 'sites/www/conf.py')
-rw-r--r--sites/www/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py
index 1c6c9254..0c8af16c 100644
--- a/sites/www/conf.py
+++ b/sites/www/conf.py
@@ -14,7 +14,8 @@ rss_description = 'Paramiko project news'
# Releases changelog extension
extensions.append('releases')
-releases_release_uri = "https://github.com/paramiko/paramiko/tree/%s"
+# Paramiko 1.x tags start with 'v'. Meh.
+releases_release_uri = "https://github.com/paramiko/paramiko/tree/v%s"
releases_issue_uri = "https://github.com/paramiko/paramiko/issues/%s"
# Intersphinx for referencing API/usage docs