There was an error while loading. Please reload this page.
1 parent 210d3cc commit baf43c5Copy full SHA for baf43c5
2 files changed
Doc/html/about.html
@@ -13,7 +13,7 @@
13
<tr>
14
<td><img width="32" height="32" align="bottom" border="0" alt=""
15
src="icons/blank.gif"></td>
16
- <td><a href="./"
+ <td><a href="index.html"
17
title="Python Documentation Index"><img width="32" height="32"
18
align="bottom" border="0" alt="up"
19
src="icons/up.gif"></a></td>
Doc/tools/support.py
@@ -25,7 +25,7 @@ class Options:
25
outputfile = "-"
26
columns = 1
27
letters = 0
28
- uplink = "./"
+ uplink = "index.html"
29
uptitle = "Python Documentation Index"
30
31
def __init__(self):
0 commit comments