[pypy-svn] r23058 - in pypy/dist/pypy: doc interpreter module

ericvrp at codespeak.net ericvrp at codespeak.net
Mon Feb 6 09:20:27 CET 2006


Author: ericvrp
Date: Mon Feb  6 09:20:24 2006
New Revision: 23058

Modified:
   pypy/dist/pypy/doc/extradoc.txt
   pypy/dist/pypy/interpreter/baseobjspace.py
   pypy/dist/pypy/module/README.txt
Log:
Fix a couple of url's to index.cgi


Modified: pypy/dist/pypy/doc/extradoc.txt
==============================================================================
--- pypy/dist/pypy/doc/extradoc.txt	(original)
+++ pypy/dist/pypy/doc/extradoc.txt	Mon Feb  6 09:20:24 2006
@@ -64,7 +64,7 @@
 .. _`Iron Python`: http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742
 .. _`transparent dynamic optimization`: http://www.hpl.hp.com/techreports/1999/HPL-1999-77.pdf
 .. _Dynamo: http://www.hpl.hp.com/techreports/1999/HPL-1999-78.pdf
-.. _testdesign: http://codespeak.net/pypy/index.cgi?doc/testdesign.html
+.. _testdesign: http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html#test-design
 .. _feasible: http://codespeak.net/pipermail/pypy-dev/2004q2/001289.html
 .. _rock: http://codespeak.net/pipermail/pypy-dev/2004q1/001255.html
 .. _spyweb: http://spyweb.hopto.org/

Modified: pypy/dist/pypy/interpreter/baseobjspace.py
==============================================================================
--- pypy/dist/pypy/interpreter/baseobjspace.py	(original)
+++ pypy/dist/pypy/interpreter/baseobjspace.py	Mon Feb  6 09:20:24 2006
@@ -101,7 +101,7 @@
 
 class ObjSpace(object):
     """Base class for the interpreter-level implementations of object spaces.
-    http://codespeak.net/pypy/index.cgi?doc/objspace.html"""
+    http://codespeak.net/pypy/dist/pypy/doc/objspace.html"""
     
     full_exceptions = True  # full support for exceptions (normalization & more)
 

Modified: pypy/dist/pypy/module/README.txt
==============================================================================
--- pypy/dist/pypy/module/README.txt	(original)
+++ pypy/dist/pypy/module/README.txt	Mon Feb  6 09:20:24 2006
@@ -3,7 +3,7 @@
 that require access to interpreter level.  See here
 for more information: 
 
-    http://codespeak.net/pypy/index.cgi?doc/coding-guide.html#modules-in-pypy
+    http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html#modules-in-pypy
 
 ATTENTION: don't put any '.py' files directly into pypy/module 
 because you can easily get import mixups on e.g. "import sys" 



More information about the Pypy-commit mailing list