diff options
| author | Fred Drake <fdrake@acm.org> | 2002-04-17 01:40:56 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2002-04-17 01:40:56 +0000 |
| commit | 1f6794622bbb2eba1f7ee7f218ddee1da5715404 (patch) | |
| tree | 00b99e9c106563486e3e5740ea7302da463b35b4 | |
| parent | 34a05f7a1f9378f2869fd26f319c45cfaa908423 (diff) | |
| download | cpython-git-1f6794622bbb2eba1f7ee7f218ddee1da5715404.tar.gz | |
Changed last remaining use 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.
| -rw-r--r-- | Doc/html/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/about.html b/Doc/html/about.html index 8cf90549ae..492e76d1a4 100644 --- a/Doc/html/about.html +++ b/Doc/html/about.html @@ -30,7 +30,7 @@ </table> <b class="navlabel">Up:</b> <span class="sectref"> - <a href="./" title="Python Documentation Index"> + <a href="index.html" title="Python Documentation Index"> Python Documentation Index</A></span> <br> </div> |
