diff options
Diffstat (limited to 'Doc/reference/introduction.rst')
-rw-r--r-- | Doc/reference/introduction.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index 6959a77..b22d5e0 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -66,8 +66,7 @@ IronPython An alternate Python for .NET. Unlike Python.NET, this is a complete Python implementation that generates IL, and compiles Python code directly to .NET assemblies. It was created by Jim Hugunin, the original creator of Jython. For - more information, see `the IronPython website - <http://workspaces.gotdotnet.com/ironpython>`_. + more information, see `the IronPython website <http://www.ironpython.com/>`_. PyPy An implementation of Python written in Python; even the bytecode interpreter is |