diff options
author | Fred Drake <fdrake@acm.org> | 2002-02-04 21:15:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-02-04 21:15:42 (GMT) |
commit | baf43c5036f2811b46dd1cdd2a0341f022f8ec49 (patch) | |
tree | 3838edd54cb5172d7fab97863ff1980daadf3e0c /Doc/html | |
parent | 210d3cca860b726db5dc40fb5c7cd0f17dd47980 (diff) | |
download | cpython-baf43c5036f2811b46dd1cdd2a0341f022f8ec49.zip cpython-baf43c5036f2811b46dd1cdd2a0341f022f8ec49.tar.gz cpython-baf43c5036f2811b46dd1cdd2a0341f022f8ec49.tar.bz2 |
When linking to an index page, explicitly name index.html instead of
using "./". The later does not work nicely when browsing docs on a local
disk (as in the installed docs on Windows).
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/about.html b/Doc/html/about.html index 3203faf..8cf9054 100644 --- a/Doc/html/about.html +++ b/Doc/html/about.html @@ -13,7 +13,7 @@ <tr> <td><img width="32" height="32" align="bottom" border="0" alt="" src="icons/blank.gif"></td> - <td><a href="./" + <td><a href="index.html" title="Python Documentation Index"><img width="32" height="32" align="bottom" border="0" alt="up" src="icons/up.gif"></a></td> |