From: Georg Brandl Date: Sat, 29 Sep 2012 07:03:54 +0000 (+0200) Subject: Point "source" links in the docs to the 3.3 versions in the repo. X-Git-Tag: v3.3.0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6e857b0da954db1b39afba67d9072252abade57;p=thirdparty%2FPython%2Fcpython.git Point "source" links in the docs to the 3.3 versions in the repo. --- diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index bff10abb7303..9fa2d2ae70ce 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://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