mirror of
https://github.com/python/cpython.git
synced 2026-03-06 04:50:58 +00:00
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.
This commit is contained in:
parent
34a05f7a1f
commit
1f6794622b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue