summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-29 07:03:54 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-29 07:03:54 (GMT)
commitd6e857b0da954db1b39afba67d9072252abade57 (patch)
tree19f61b7472ba97874a46265886b189a4c3556acf /Doc/tools
parenta79b8dc9172ba1cf060579ec0144c9fbbd4c3fd0 (diff)
downloadcpython-d6e857b0da954db1b39afba67d9072252abade57.zip
cpython-d6e857b0da954db1b39afba67d9072252abade57.tar.gz
cpython-d6e857b0da954db1b39afba67d9072252abade57.tar.bz2
Point "source" links in the docs to the 3.3 versions in the repo.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sphinxext/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py
index bff10ab..9fa2d2a 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