diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-15 16:18:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-15 16:18:21 (GMT) |
commit | d637406df104b8674047e1d507e2195984bb897a (patch) | |
tree | e739655130ac0526763b30ce027357a0aba2ca69 /Doc | |
parent | 7a4ad0fc834f304cb53934a565a5ee81a10b0612 (diff) | |
download | cpython-d637406df104b8674047e1d507e2195984bb897a.zip cpython-d637406df104b8674047e1d507e2195984bb897a.tar.gz cpython-d637406df104b8674047e1d507e2195984bb897a.tar.bz2 |
Update to use the output names used by latex2html for the Python Reference
Manual; the old FrameMaker names no longer apply.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/index.html b/Doc/html/index.html index c6ddcab..2f18853 100644 --- a/Doc/html/index.html +++ b/Doc/html/index.html @@ -12,7 +12,7 @@ <LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow) -<LI><A HREF="ref/ref-1.html">Language Reference</A> (for language lawyers) +<LI><A HREF="ref/ref.html">Language Reference</A> (for language lawyers) <LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for C/C++ programmers) |