summaryrefslogtreecommitdiffstats
path: root/Doc
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)
commit11d748e422bd2680dc65b644b4ef8fc438447102 (patch)
tree73068b4cd2839e71ac1f09f426ae75fa0e0d3f4c /Doc
parent94e5c933edc0576316493a859ff734dc028d0bb9 (diff)
downloadcpython-11d748e422bd2680dc65b644b4ef8fc438447102.zip
cpython-11d748e422bd2680dc65b644b4ef8fc438447102.tar.gz
cpython-11d748e422bd2680dc65b644b4ef8fc438447102.tar.bz2
Fix link to global module index.
Diffstat (limited to 'Doc')
-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>