summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-11 13:16:01 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-11 13:16:01 (GMT)
commit1a87e3211a3e6f6b099336e8103efe64426b151c (patch)
treeedde4264aab4ffc178ccae2d1502a26c90f5849b
parente17e9fc37eb092f27c2966d59baab3ca237e76e6 (diff)
downloadcpython-1a87e3211a3e6f6b099336e8103efe64426b151c.zip
cpython-1a87e3211a3e6f6b099336e8103efe64426b151c.tar.gz
cpython-1a87e3211a3e6f6b099336e8103efe64426b151c.tar.bz2
#11435: Update the links generated by the source directive to use hg.python.org.
-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 0034cce..d928cfd 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://svn.python.org/view/python/branches/py3k/%s?view=markup'
+SOURCE_URI = 'http://hg.python.org/cpython/file/default/%s'
from docutils import nodes, utils
from sphinx.util.nodes import split_explicit_title