diff options
author | Georg Brandl <georg@python.org> | 2012-03-03 20:25:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-03 20:25:42 (GMT) |
commit | 21ccb7318d91e07a8db0e4b23d1b0a6c4564e9cb (patch) | |
tree | 07039af4f80384acee1060100e4f8f6b77a2a186 /Doc/tools | |
parent | 2b65408dec44e877c63b73002fb03cef3f999f2c (diff) | |
download | cpython-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.html | 2 |
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> |