diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-07-21 09:35:19 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-07-21 09:35:19 +0300 |
commit | bca31b5d1f380470ce9bb4089f7f1df96f83badb (patch) | |
tree | 5a4c1bf44b98a0ad10a36be99b01bfce60492a96 /Doc | |
parent | 96c84a4c7d7001af8ac8a38fa7304db669728a51 (diff) | |
download | cpython-git-bca31b5d1f380470ce9bb4089f7f1df96f83badb.tar.gz |
#11435: link to the correct branch.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/sphinxext/pyspecific.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index d928cfd1e0..43292816a2 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.2/%s' from docutils import nodes, utils from sphinx.util.nodes import split_explicit_title |