Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r63275:ca3decc664c8 Date: 2013-04-12 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ca3decc664c8/
Log: fix links diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -31,6 +31,7 @@ .. _`Starting with RPython`: getting-started-dev.html .. _`how to contribute`: how-to-contribute.html .. _`PyPy website`: http://pypy.org +.. _`LICENSE`: https://bitbucket.org/pypy/pypy/src/default/LICENSE Index of various topics: ======================== @@ -66,11 +67,9 @@ * `Sandboxing Python code`_ * `Garbage collection environment variables`_ -Status_ of the project. - .. _`Differences between PyPy and CPython`: cpython_differences.html .. _`What PyPy can do for your objects`: objspace-proxies.html -.. _`Continulets and greenlets_`: stackless.html +.. _`Continulets and greenlets`: stackless.html .. _`JIT Generation in PyPy`: jit/index.html .. _`JIT hooks`: jit-hooks.html .. _`Sandboxing Python code`: sandbox.html _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
