]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The "Up" link should point to index.html, not ./, since these
authorFred Drake <fdrake@acm.org>
Thu, 14 Nov 2002 22:49:20 +0000 (22:49 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Nov 2002 22:49:20 +0000 (22:49 +0000)
documents are used from local filesystems as well as through
webservers.
Closes SF bug #624024; not needed on the trunk.

Doc/tools/support.py

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):