diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 13:16:01 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 13:16:01 (GMT) |
commit | 1a87e3211a3e6f6b099336e8103efe64426b151c (patch) | |
tree | edde4264aab4ffc178ccae2d1502a26c90f5849b /Doc/tools | |
parent | e17e9fc37eb092f27c2966d59baab3ca237e76e6 (diff) | |
download | cpython-1a87e3211a3e6f6b099336e8103efe64426b151c.zip cpython-1a87e3211a3e6f6b099336e8103efe64426b151c.tar.gz cpython-1a87e3211a3e6f6b099336e8103efe64426b151c.tar.bz2 |
#11435: Update the links generated by the source directive to use hg.python.org.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/pyspecific.py | 2 |
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 |