]> granicus.if.org Git - python/commitdiff
make hg link secure
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Sep 2014 05:44:34 +0000 (01:44 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Sep 2014 05:44:34 +0000 (01:44 -0400)
Doc/tools/sphinxext/pyspecific.py

index b90969e23468190db7882e61346dbf12bdfced03..0cade46f1b660c2c27f3c2ce343e3d1e425b3274 100644 (file)
@@ -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