Added a couple of links to online documentation.  Reasonable since this
file is not used in the online documentation.
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in
index 68a5677..11b3598 100644
--- a/Doc/html/index.html.in
+++ b/Doc/html/index.html.in
@@ -4,6 +4,7 @@
     <link rel="STYLESHEET" href="lib/lib.css" type="text/css">
     <style type="text/css">
       a.title { font-weight: bold; font-size: 110%; }
+      ul { margin-left: 1em; padding: 0pt; border: 0pt; }
     </style>
   </head>
   <body bgcolor="#ffffff">
@@ -82,6 +83,24 @@
 	  </ul>
 	  </td>
 	</tr>
+        <tr>
+          <td>
+          &nbsp;
+          <ul>
+            <li> <a href="http://www.python.org/doc/" class="title"
+                >Python Documentation Central</a>
+              <br>(for everyone)
+          </ul>
+          </td>
+          <td>
+          &nbsp;
+          <ul>
+            <li> <a href="http://www.python.org/doc/howto/" class="title"
+                >Python How-To Guides</a>
+              <br>(special topics)
+          </ul>
+          </td>
+        </tr>
       </tbody>
     </table>