From 7c8b89e156a0d50a115946c63fd7226f2a9ef508 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 9e251d4b539..1f31e79cab6 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/3.4/%s' +SOURCE_URI = 'https://hg.python.org/cpython/file/3.4/%s' from docutils import nodes, utils