Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r61548:d268fdd09079 Date: 2013-02-21 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/d268fdd09079/
Log: maybe diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt --- a/pypy/doc/_ref.txt +++ b/pypy/doc/_ref.txt @@ -7,6 +7,7 @@ .. _`lib_pypy/pypy_test/`: https://bitbucket.org/pypy/pypy/src/default/lib_pypy/pypy_test/ .. _`lib_pypy/tputil.py`: https://bitbucket.org/pypy/pypy/src/default/lib_pypy/tputil.py .. _`pypy/bin/`: https://bitbucket.org/pypy/pypy/src/default/pypy/bin/ +.. _`pypy/bin/pyinteractive.py`: https://bitbucket.org/pypy/pypy/src/default/pypy/bin/pyinteractive.py .. _`pypy/config/`: https://bitbucket.org/pypy/pypy/src/default/pypy/config/ .. _`pypy/config/pypyoption.py`: https://bitbucket.org/pypy/pypy/src/default/pypy/config/pypyoption.py .. _`pypy/doc/`: https://bitbucket.org/pypy/pypy/src/default/pypy/doc/ diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -222,7 +222,7 @@ ================================ ============================================ `pypy/bin/`_ command-line scripts, mainly - `pyinteractive.py`_ + `pypy/bin/pyinteractive.py`_ `pypy/config/`_ handles the numerous options for building and running PyPy @@ -316,7 +316,6 @@ modules (see `Testing in PyPy`_) ``_cache/`` holds cache files from various purposes - ================================ ============================================ .. _`bytecode interpreter`: interpreter.html _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
