commit | 05137ed14fd4e4c4c6b29f9af8a0246d6a581c7e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Sep 13 01:44:34 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Sep 13 01:44:34 2014 -0400 |
tree | 16b649b23c9170adbd3e532644fff942497f6c39 | |
parent | 144de3152d04a6fab92c1e998d5e6d720fad774a [diff] [blame] |
make hg link secure
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index b90969e..0cade46 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