[Python-checkins] python/dist/src/Doc/html about.html,1.4,1.5

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 16 Apr 2002 18:40:59 -0700


Update of /cvsroot/python/python/dist/src/Doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv29194

Modified Files:
	about.html 
Log Message:
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.


Index: about.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/about.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** about.html	4 Feb 2002 21:15:42 -0000	1.4
--- about.html	17 Apr 2002 01:40:56 -0000	1.5
***************
*** 31,35 ****
        <b class="navlabel">Up:</b>
        <span class="sectref">
!         <a href="./" title="Python Documentation Index">
            Python Documentation Index</A></span>
        <br>
--- 31,35 ----
        <b class="navlabel">Up:</b>
        <span class="sectref">
!         <a href="index.html" title="Python Documentation Index">
            Python Documentation Index</A></span>
        <br>