]> granicus.if.org Git - python/commitdiff
Point "source" links in the docs to the 3.3 versions in the repo.
authorGeorg Brandl <georg@python.org>
Sat, 29 Sep 2012 07:03:54 +0000 (09:03 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 29 Sep 2012 07:03:54 +0000 (09:03 +0200)
Doc/tools/sphinxext/pyspecific.py

index bff10abb73031cc4f52cb3137d8f214ce37102fe..9fa2d2ae70ce84b55a60b5dfd7976c131744af91 100644 (file)
@@ -10,7 +10,7 @@
 """
 
 ISSUE_URI = 'http://bugs.python.org/issue%s'
-SOURCE_URI = 'http://hg.python.org/cpython/file/default/%s'
+SOURCE_URI = 'http://hg.python.org/cpython/file/3.3/%s'
 
 from docutils import nodes, utils
 from sphinx.util.nodes import split_explicit_title