diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-28 20:44:31 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-28 20:44:31 -0700 |
commit | 26a3f2c50e66dc55c427b651de85fb2fda3839ce (patch) | |
tree | 8010c5e75b8f0fd3a7d8de5450c854b5ca07c41a /sites/www | |
parent | cbe2d93b816a1a0902c4e3e8fd045646ced55bfa (diff) | |
parent | c0f9216a541f404ec239f7245000ad46ddea940d (diff) |
Merge branch '1.17'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py index 0b0fb85c..c7ba0a86 100644 --- a/sites/www/conf.py +++ b/sites/www/conf.py @@ -8,8 +8,7 @@ from shared_conf import * # Releases changelog extension extensions.append('releases') -# Paramiko 1.x tags start with 'v'. Meh. -releases_release_uri = "https://github.com/paramiko/paramiko/tree/v%s" +releases_release_uri = "https://github.com/paramiko/paramiko/tree/%s" releases_issue_uri = "https://github.com/paramiko/paramiko/issues/%s" # Default is 'local' building, but reference the public docs site when building |