From d79ae99e9d5a566b61f01c9dc64666ae58b69439 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 14 Nov 2002 22:49:20 +0000 Subject: 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. --- Doc/tools/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/support.py b/Doc/tools/support.py index bfd86ce..187ac21 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): -- cgit v0.12