From: Ezio Melotti Date: Fri, 11 Mar 2011 13:16:01 +0000 (+0200) Subject: #11435: Update the links generated by the source directive to use hg.python.org. X-Git-Tag: v3.2.1b1~326^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a87e3211a3e6f6b099336e8103efe64426b151c;p=python #11435: Update the links generated by the source directive to use hg.python.org. --- diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index 0034ccee83..d928cfd1e0 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