From: Benjamin Peterson Date: Sat, 13 Sep 2014 05:44:34 +0000 (-0400) Subject: make hg link secure X-Git-Tag: v3.4.2rc1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8b89e156a0d50a115946c63fd7226f2a9ef508;p=python make hg link secure --- diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index 9e251d4b53..1f31e79cab 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