[pypy-svn] r12605 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Fri May 20 10:37:36 CEST 2005


Author: hpk
Date: Fri May 20 10:37:36 2005
New Revision: 12605

Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
fixed links (after making py's link-checking stricter) 



Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Fri May 20 10:37:36 2005
@@ -586,8 +586,8 @@
 .. _`thunk object space`: objspace.html#the-thunk-object-space 
 .. _StdObjSpace: objspace.html#the-standard-object-space 
 .. _`abstract interpretation`: theory.html#abstract-interpretation
-.. _`rpython`: coding-guide#rpython 
-.. _`type inferencing code`: translation#the-annotation-pass 
+.. _`rpython`: coding-guide.html#rpython 
+.. _`type inferencing code`: translation.html#the-annotation-pass 
 .. _`RPython Typer`: translation.html#rpython-typer 
 .. _`testing methods`: coding-guide.html#testing-in-pypy
 .. _`translation`: translation.html 



More information about the Pypy-commit mailing list