[pypy-svn] pypy documentation-cleanup: fix wrong link.

lac commits-noreply at bitbucket.org
Tue Apr 26 12:34:27 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: documentation-cleanup
Changeset: r43622:a9527c48fea3
Date: 2011-04-26 12:33 +0200
http://bitbucket.org/pypy/pypy/changeset/a9527c48fea3/

Log:	fix wrong link.

diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/pypy/doc/getting-started-dev.rst
+++ b/pypy/doc/getting-started-dev.rst
@@ -170,7 +170,7 @@
    resulting binary interactively much more pleasant.
 
 *  `pypy/objspace/std`_ contains the `Standard object space`_.  The main file
-   is `pypy/interpreter/objspace.py`_.  For each type, the files ``xxxtype.py`` and
+   is `pypy/objspace/std/objspace.py`_.  For each type, the files ``xxxtype.py`` and
    ``xxxobject.py`` contain respectively the definition of the type and its
    (default) implementation.
 


More information about the Pypy-commit mailing list