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 | 9c96c6a02a2dce04a7b2a6d564be9c785cb2c09c (patch) | |
tree | 4df5212d8dae6270db614cc5413a04c92cb8826a | |
parent | 045f6de5f545ae2020c0a706269cf4d806234504 (diff) | |
parent | f129982a9dec8ae8e6fef7d01176d0eb033c47f6 (diff) |
Merge branch '1.15' into 1.16
-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 |