From: Alex Gaynor Date: Mon, 13 Oct 2014 19:58:03 +0000 (-0700) Subject: Use https:// URLs for the bug tracker in the :issue: role. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c2ce254bb8a2d36657e620b36207f20047accf5;p=python 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 8f0d090c54..169989180c 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