diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-04-29 03:30:59 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-04-29 03:30:59 +0000 |
commit | b17b3c51e20799e4e82b839edb033971cdc4dcc2 (patch) | |
tree | 31d8d9e63fe2eef949e778647c878e99488cd049 | |
parent | fa0e7796dde94f383ec67f0a75043d4106c1a8f7 (diff) | |
download | cpython-git-b17b3c51e20799e4e82b839edb033971cdc4dcc2.tar.gz |
update pypy url
-rw-r--r-- | Doc/reference/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index 34f498696b..36f824f4b9 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -73,7 +73,7 @@ PyPy 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 |