From 05137ed14fd4e4c4c6b29f9af8a0246d6a581c7e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 13 Sep 2014 01:44:34 -0400 Subject: [PATCH] make hg link secure --- Doc/tools/sphinxext/pyspecific.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index b90969e234..0cade46f1b 100644 --- a/Doc/tools/sphinxext/pyspecific.py +++ b/Doc/tools/sphinxext/pyspecific.py @@ -10,7 +10,7 @@ """ ISSUE_URI = 'http://bugs.python.org/issue%s' -SOURCE_URI = 'http://hg.python.org/cpython/file/2.7/%s' +SOURCE_URI = 'https://hg.python.org/cpython/file/2.7/%s' from docutils import nodes, utils -- 2.50.1