Author: Tobias Pape <tob...@netshed.de>
Branch: 
Changeset: r75707:c0eb18eeee51
Date: 2015-02-04 16:41 +0100
http://bitbucket.org/pypy/pypy/changeset/c0eb18eeee51/

Log:    Fix FAQ reference

diff --git a/rpython/doc/getting-started.rst b/rpython/doc/getting-started.rst
--- a/rpython/doc/getting-started.rst
+++ b/rpython/doc/getting-started.rst
@@ -7,7 +7,7 @@
 
     Please `read this FAQ entry`_ first!
 
-.. _`read this FAQ entry`: 
http://doc.pypy.org/en/latest/faq.html#do-i-have-to-rewrite-my-programs-in-rpython
+.. _`read this FAQ entry`: 
http://rpython.readthedocs.org/en/latest/faq.html#do-i-have-to-rewrite-my-programs-in-rpython
 
 RPython is a subset of Python that can be statically compiled. The PyPy
 interpreter is written mostly in RPython (with pieces in Python), while
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to