http://hg.python.org/cpython/rev/301c672ceca6 changeset: 92412:301c672ceca6 branch: 2.7 user: Benjamin Peterson <benjamin at python.org> date: Sat Sep 13 01:44:34 2014 -0400 summary: make hg link secure files: Doc/tools/sphinxext/pyspecific.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py --- 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 -- Repository URL: http://hg.python.org/cpython