summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-03 20:25:42 (GMT)
committerGeorg Brandl <georg@python.org>2012-03-03 20:25:42 (GMT)
commit21ccb7318d91e07a8db0e4b23d1b0a6c4564e9cb (patch)
tree07039af4f80384acee1060100e4f8f6b77a2a186 /Doc/tools
parent2b65408dec44e877c63b73002fb03cef3f999f2c (diff)
downloadcpython-21ccb7318d91e07a8db0e4b23d1b0a6c4564e9cb.zip
cpython-21ccb7318d91e07a8db0e4b23d1b0a6c4564e9cb.tar.gz
cpython-21ccb7318d91e07a8db0e4b23d1b0a6c4564e9cb.tar.bz2
Fix link to global module index.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sphinxext/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/indexcontent.html b/Doc/tools/sphinxext/indexcontent.html
index bdc6e57..7f85470 100644
--- a/Doc/tools/sphinxext/indexcontent.html
+++ b/Doc/tools/sphinxext/indexcontent.html
@@ -32,7 +32,7 @@
<p><strong>Indices and tables:</strong></p>
<table class="contentstable" align="center"><tr>
<td width="50%">
- <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Global Module Index</a><br/>
+ <p class="biglink"><a class="biglink" href="{{ pathto("py-modindex") }}">Global Module Index</a><br/>
<span class="linkdescr">quick access to all modules</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
<span class="linkdescr">all functions, classes, terms</span></p>