[Python-checkins] r80609 - python/trunk/Doc/reference/introduction.rst

benjamin.peterson python-checkins at python.org
Thu Apr 29 05:30:59 CEST 2010


Author: benjamin.peterson
Date: Thu Apr 29 05:30:59 2010
New Revision: 80609

Log:
update pypy url

Modified:
   python/trunk/Doc/reference/introduction.rst

Modified: python/trunk/Doc/reference/introduction.rst
==============================================================================
--- python/trunk/Doc/reference/introduction.rst	(original)
+++ python/trunk/Doc/reference/introduction.rst	Thu Apr 29 05:30:59 2010
@@ -73,7 +73,7 @@
    and a Just in Time compiler. One of the goals of the project is to encourage
    experimentation with the language itself by making it easier to modify the
    interpreter (since it is written in Python).  Additional information is
-   available on `the PyPy project's home page <http://codespeak.net/pypy/>`_.
+   available on `the PyPy project's home page <http://pypy.org/>`_.
 
 Each of these implementations varies in some way from the language as documented
 in this manual, or introduces specific information beyond what's covered in the


More information about the Python-checkins mailing list