[pypy-svn] r29069 - pypy/dist/pypy/doc
hpk at codespeak.net
hpk at codespeak.net
Wed Jun 21 16:16:30 CEST 2006
Author: hpk
Date: Wed Jun 21 16:16:29 2006
New Revision: 29069
Modified:
pypy/dist/pypy/doc/confrest.py
Log:
linking pypy's 'svn' webpage link to the new viewvc on codespeak
Modified: pypy/dist/pypy/doc/confrest.py
==============================================================================
--- pypy/dist/pypy/doc/confrest.py (original)
+++ pypy/dist/pypy/doc/confrest.py Wed Jun 21 16:16:29 2006
@@ -9,7 +9,7 @@
href="getting-started.html", class_="menu"), " ",
html.a("documentation", href="index.html", class_="menu"), " ",
html.a("events", href="events.html", class_="menu"), " ",
- html.a("svn", href="/svn/pypy", class_="menu"), " ",
+ html.a("svn", href="https://codespeak.net/viewvc/pypy/dist/", class_="menu"), " ",
html.a("issues",
href="https://codespeak.net/issue/pypy-dev/",
class_="menu"),
More information about the Pypy-commit
mailing list