From 9912d8835d2e9d2f252db09bad081eaa86809717 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Apr 2002 01:42:58 +0000 Subject: [PATCH] Changed last two remaining uses of "./" to "index.html" when referring to the index file for the top-level directory. This makes it easier to use an unpacked version of the documentation via file: URLs. This closes SF bug #541257. --- Doc/html/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/html/about.html b/Doc/html/about.html index 3203faf66af2..492e76d1a483 100644 --- a/Doc/html/about.html +++ b/Doc/html/about.html @@ -13,7 +13,7 @@ - up @@ -30,7 +30,7 @@ Up: - + Python Documentation Index
-- 2.47.3