summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-29 07:36:04 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-29 07:36:04 (GMT)
commit26eb110e8203f84186b388eb2282d4b4327327a3 (patch)
treef949eda9987027620c18620d7fb5de1dcd80e53b /Doc/tools
parent08a9012352933e09b4e5338adbe802b814183758 (diff)
downloadcpython-26eb110e8203f84186b388eb2282d4b4327327a3.zip
cpython-26eb110e8203f84186b388eb2282d4b4327327a3.tar.gz
cpython-26eb110e8203f84186b388eb2282d4b4327327a3.tar.bz2
Set up "source" links to point to default branch.
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 9fa2d2a..bff10ab 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/3.3/%s'
+SOURCE_URI = 'http://hg.python.org/cpython/file/default/%s'
from docutils import nodes, utils
from sphinx.util.nodes import split_explicit_title