Author: Logan Chien <[email protected]> Branch: Changeset: r82790:def5114a5b9a Date: 2016-03-05 22:15 +0800 http://bitbucket.org/pypy/pypy/changeset/def5114a5b9a/
Log: update byte interpreter link in rpython docs diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst --- a/rpython/doc/translation.rst +++ b/rpython/doc/translation.rst @@ -85,7 +85,7 @@ .. _PDF color version: _static/translation.pdf -.. _bytecode evaluator: interpreter.html +.. _bytecode evaluator: http://pypy.readthedocs.org/en/latest/interpreter.html .. _abstract interpretation: http://en.wikipedia.org/wiki/Abstract_interpretation _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
