[pypy-svn] r39129 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Sat Feb 17 17:25:40 CET 2007


Author: pedronis
Date: Sat Feb 17 17:25:39 2007
New Revision: 39129

Modified:
   pypy/dist/pypy/doc/confrest.py
Log:
merge 39118, absolute link to news from 0.99.x



Modified: pypy/dist/pypy/doc/confrest.py
==============================================================================
--- pypy/dist/pypy/doc/confrest.py	(original)
+++ pypy/dist/pypy/doc/confrest.py	Sat Feb 17 17:25:39 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