[pypy-svn] r37220 - pypy/dist/pypy/doc/config

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Jan 23 18:28:34 CET 2007


Author: cfbolz
Date: Tue Jan 23 18:28:34 2007
New Revision: 37220

Modified:
   pypy/dist/pypy/doc/config/confrest.py
Log:
ah, hm. links to html, please


Modified: pypy/dist/pypy/doc/config/confrest.py
==============================================================================
--- pypy/dist/pypy/doc/config/confrest.py	(original)
+++ pypy/dist/pypy/doc/config/confrest.py	Tue Jan 23 18:28:34 2007
@@ -16,9 +16,9 @@
         self.menubar[:] = html.div(
             html.a("general documentation", href="../index.html",
                    class_="menu"), " ",
-            html.a("translation options", href="translation.txt", 
+            html.a("translation options", href="translation.html", 
                    class_="menu"), 
-            html.a("standard interpreter options", href="objspace.txt", 
+            html.a("standard interpreter options", href="objspace.html", 
                    class_="menu"), 
             " ", id="menubar")
 



More information about the Pypy-commit mailing list