From 9c2ce254bb8a2d36657e620b36207f20047accf5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 13 Oct 2014 12:58:03 -0700 Subject: [PATCH] Use https:// URLs for the bug tracker in the :issue: role. Thanks to Ezio for noticing this --- Doc/tools/pyspecific.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1