summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-10-13 19:58:03 (GMT)
committerAlex Gaynor <alex.gaynor@gmail.com>2014-10-13 19:58:03 (GMT)
commit9c2ce254bb8a2d36657e620b36207f20047accf5 (patch)
tree7e8ede7ec5543512c36321ae387ce525eda4c36f
parent5560b4208f1711417f7efe3772b9e3691f569e8f (diff)
downloadcpython-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.py2
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