]> granicus.if.org Git - python/commitdiff
#11435: Update the links generated by the source directive to use hg.python.org.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 11 Mar 2011 13:16:01 +0000 (15:16 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 11 Mar 2011 13:16:01 +0000 (15:16 +0200)
Doc/tools/sphinxext/pyspecific.py

index 0034ccee83679d2364cf9fa597eb7308909a6c57..d928cfd1e0b2a87c3fb8ae11189d576824a87527 100644 (file)
@@ -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