]> 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 9e251d4b5393f1428e5b3e0ee620ea5d2fb49408..1f31e79cab60a3e0bdc7bbece6bb07c331ff478b 100644 (file)
@@ -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