diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-10-13 19:58:03 (GMT) |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-10-13 19:58:03 (GMT) |
commit | 9c2ce254bb8a2d36657e620b36207f20047accf5 (patch) | |
tree | 7e8ede7ec5543512c36321ae387ce525eda4c36f | |
parent | 5560b4208f1711417f7efe3772b9e3691f569e8f (diff) | |
download | cpython-9c2ce254bb8a2d36657e620b36207f20047accf5.zip cpython-9c2ce254bb8a2d36657e620b36207f20047accf5.tar.gz cpython-9c2ce254bb8a2d36657e620b36207f20047accf5.tar.bz2 |
Use https:// URLs for the bug tracker in the :issue: role.
Thanks to Ezio for noticing this
-rw-r--r-- | Doc/tools/pyspecific.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |