From: Fred Drake Date: Thu, 14 Nov 2002 22:49:20 +0000 (+0000) Subject: The "Up" link should point to index.html, not ./, since these X-Git-Tag: v2.2.3c1~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d79ae99e9d5a566b61f01c9dc64666ae58b69439;p=thirdparty%2FPython%2Fcpython.git The "Up" link should point to index.html, not ./, since these documents are used from local filesystems as well as through webservers. Closes SF bug #624024; not needed on the trunk. --- diff --git a/Doc/tools/support.py b/Doc/tools/support.py index bfd86cee61b8..187ac21a759b 100644 --- a/Doc/tools/support.py +++ b/Doc/tools/support.py @@ -25,7 +25,7 @@ class Options: outputfile = "-" columns = 1 letters = 0 - uplink = "./" + uplink = "index.html" uptitle = "Python Documentation Index" def __init__(self):