commit | bca31b5d1f380470ce9bb4089f7f1df96f83badb | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Jul 21 09:35:19 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Jul 21 09:35:19 2011 +0300 |
tree | 5a4c1bf44b98a0ad10a36be99b01bfce60492a96 | |
parent | 96c84a4c7d7001af8ac8a38fa7304db669728a51 [diff] [blame] |
#11435: link to the correct branch.
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index d928cfd..4329281 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