summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-13 01:45:50 -0400
committerBenjamin Peterson <benjamin@python.org>2014-09-13 01:45:50 -0400
commit50ff85812f2c0eb488569531a8cfbb56b7f76b0c (patch)
tree9a8e93321d394b654c5a60375f7101f0bd763f91 /Doc
parent08d4a4f4880a24e07f4faa42f53fddee9e7ac0fc (diff)
parent7c8b89e156a0d50a115946c63fd7226f2a9ef508 (diff)
downloadcpython-git-50ff85812f2c0eb488569531a8cfbb56b7f76b0c.tar.gz
merge 3.4
Diffstat (limited to 'Doc')
-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 3e80e12c07..d1b492a217 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