[pypy-svn] r39118 - pypy/release/0.99.x/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Feb 17 16:31:04 CET 2007


Author: cfbolz
Date: Sat Feb 17 16:31:03 2007
New Revision: 39118

Modified:
   pypy/release/0.99.x/pypy/doc/confrest.py
Log:
news should point to the webpage


Modified: pypy/release/0.99.x/pypy/doc/confrest.py
==============================================================================
--- pypy/release/0.99.x/pypy/doc/confrest.py	(original)
+++ pypy/release/0.99.x/pypy/doc/confrest.py	Sat Feb 17 16:31:03 2007
@@ -4,7 +4,8 @@
 class PyPyPage(Page): 
     def fill_menubar(self):
         self.menubar = html.div(
-            html.a("news", href=self.get_doclink("news.html"),
+            html.a("news",
+                   href="http://codespeak.net/pypy/dist/pypy/doc/news.html",
                    class_="menu"), " ",
             html.a("getting-started",
                    href=self.get_doclink("getting-started.html"),



More information about the Pypy-commit mailing list