From: Benjamin Peterson Date: Sat, 13 Sep 2014 05:44:34 +0000 (-0400) Subject: make hg link secure X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05137ed14fd4e4c4c6b29f9af8a0246d6a581c7e;p=python make hg link secure --- 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