commit | 9c2ce254bb8a2d36657e620b36207f20047accf5 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 13 12:58:03 2014 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 13 12:58:03 2014 -0700 |
tree | 7e8ede7ec5543512c36321ae387ce525eda4c36f | |
parent | 5560b4208f1711417f7efe3772b9e3691f569e8f [diff] [blame] |
Use https:// URLs for the bug tracker in the :issue: role. Thanks to Ezio for noticing this
diff --git a/Doc/tools/pyspecific.py b/Doc/tools/pyspecific.py index 8f0d090..1699891 100644 --- a/Doc/tools/pyspecific.py +++ b/Doc/tools/pyspecific.py
@@ -9,7 +9,7 @@ :license: Python license. """ -ISSUE_URI = 'http://bugs.python.org/issue%s' +ISSUE_URI = 'https://bugs.python.org/issue%s' SOURCE_URI = 'https://hg.python.org/cpython/file/2.7/%s' from docutils import nodes, utils