summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-13 05:45:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-13 05:45:50 (GMT)
commit50ff85812f2c0eb488569531a8cfbb56b7f76b0c (patch)
tree9a8e93321d394b654c5a60375f7101f0bd763f91 /Doc/tools
parent08d4a4f4880a24e07f4faa42f53fddee9e7ac0fc (diff)
parent7c8b89e156a0d50a115946c63fd7226f2a9ef508 (diff)
downloadcpython-50ff85812f2c0eb488569531a8cfbb56b7f76b0c.zip
cpython-50ff85812f2c0eb488569531a8cfbb56b7f76b0c.tar.gz
cpython-50ff85812f2c0eb488569531a8cfbb56b7f76b0c.tar.bz2
merge 3.4
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sphinxext/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py
index 3e80e12..d1b492a 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/default/%s'
+SOURCE_URI = 'https://hg.python.org/cpython/file/default/%s'
from docutils import nodes, utils