]> granicus.if.org Git - python/commitdiff
When linking to an index page, explicitly name index.html instead of
authorFred Drake <fdrake@acm.org>
Mon, 4 Feb 2002 21:15:42 +0000 (21:15 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 4 Feb 2002 21:15:42 +0000 (21:15 +0000)
using "./".  The later does not work nicely when browsing docs on a local
disk (as in the installed docs on Windows).

Doc/html/about.html
Doc/tools/support.py

index 3203faf66af2fc311c0a8227677fb81fbeca57e1..8cf90549aeeb2d218cd7270174282905d7e4693c 100644 (file)
@@ -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>
index bfd86cee61b87ff685a0947d9ee6db8c8fd6a494..187ac21a759b6703bbdde90c047611bd9bb05411 100644 (file)
@@ -25,7 +25,7 @@ class Options:
     outputfile = "-"
     columns = 1
     letters = 0
-    uplink = "./"
+    uplink = "index.html"
     uptitle = "Python Documentation Index"
 
     def __init__(self):