Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f67946

Browse files
committed
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.
1 parent 34a05f7 commit 1f67946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/html/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</table>
3131
<b class="navlabel">Up:</b>
3232
<span class="sectref">
33-
<a href="./" title="Python Documentation Index">
33+
<a href="index.html" title="Python Documentation Index">
3434
Python Documentation Index</A></span>
3535
<br>
3636
</div>

0 commit comments

Comments
 (0)