[pypy-svn] r75522 - pypy/branch/sys-prefix/pypy/doc

antocuni at codespeak.net antocuni at codespeak.net
Wed Jun 23 13:35:24 CEST 2010


Author: antocuni
Date: Wed Jun 23 13:35:23 2010
New Revision: 75522

Modified:
   pypy/branch/sys-prefix/pypy/doc/_ref.txt
   pypy/branch/sys-prefix/pypy/doc/objspace-proxies.txt
Log:
fix links


Modified: pypy/branch/sys-prefix/pypy/doc/_ref.txt
==============================================================================
--- pypy/branch/sys-prefix/pypy/doc/_ref.txt	(original)
+++ pypy/branch/sys-prefix/pypy/doc/_ref.txt	Wed Jun 23 13:35:23 2010
@@ -1,7 +1,7 @@
 .. _`demo/`: ../../demo
 .. _`demo/pickle_coroutine.py`: ../../demo/pickle_coroutine.py
-.. _`lib-python/`: ../../lib/pypy1.2/lib-python
-.. _`lib-python/2.5.2/dis.py`: ../../lib/pypy1.2/lib-python/2.5.2/dis.py
+.. _`lib-python/`: ../../lib-python
+.. _`lib-python/2.5.2/dis.py`: ../../lib-python/2.5.2/dis.py
 .. _`annotation/`:
 .. _`pypy/annotation`: ../../pypy/annotation
 .. _`pypy/annotation/annrpython.py`: ../../pypy/annotation/annrpython.py
@@ -46,10 +46,10 @@
 .. _`pypy/interpreter/astcompiler/ast.py`: ../../pypy/interpreter/astcompiler/ast.py
 .. _`pypy/interpreter/typedef.py`: ../../pypy/interpreter/typedef.py
 .. _`lib/`:
-.. _`lib_pypy/`: ../../lib/pypy1.2/lib_pypy
-.. _`lib/distributed/`: ../../lib/pypy1.2/lib_pypy/distributed
-.. _`lib_pypy/stackless.py`: ../../lib/pypy1.2/lib_pypy/stackless.py
-.. _`lib_pypy/pypy_test/`: ../../lib/pypy1.2/lib_pypy/pypy_test
+.. _`lib_pypy/`: ../../lib_pypy
+.. _`lib/distributed/`: ../../lib_pypy/distributed
+.. _`lib_pypy/stackless.py`: ../../lib_pypy/stackless.py
+.. _`lib_pypy/pypy_test/`: ../../lib_pypy/pypy_test
 .. _`module/`:
 .. _`pypy/module`:
 .. _`pypy/module/`: ../../pypy/module

Modified: pypy/branch/sys-prefix/pypy/doc/objspace-proxies.txt
==============================================================================
--- pypy/branch/sys-prefix/pypy/doc/objspace-proxies.txt	(original)
+++ pypy/branch/sys-prefix/pypy/doc/objspace-proxies.txt	Wed Jun 23 13:35:23 2010
@@ -610,7 +610,7 @@
 .. _`proxy_helpers.py`: ../../pypy/objspace/std/proxy_helpers.py
 .. _`proxyobject.py`: ../../pypy/objspace/std/proxyobject.py
 .. _`transparent.py`: ../../pypy/objspace/std/transparent.py
-.. _`tputil.py`: ../../lib/pypy1.2/lib_pypy/tputil.py
+.. _`tputil.py`: ../../lib_pypy/tputil.py
 
 .. [D12.1] `High-Level Backends and Interpreter Feature Prototypes`, PyPy
            EU-Report, 2007, http://codespeak.net/pypy/extradoc/eu-report/D12.1_H-L-Backends_and_Feature_Prototypes-2007-03-22.pdf



More information about the Pypy-commit mailing list