Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r82791:f8d22385b6a6
Date: 2016-03-05 17:10 +0100
http://bitbucket.org/pypy/pypy/changeset/f8d22385b6a6/

Log:    Merged in loganchien/pypy (pull request #408)

        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

Reply via email to