From: Sandro Tosi Date: Sat, 24 Dec 2011 22:13:19 +0000 (+0100) Subject: point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ X-Git-Tag: v3.2.3rc1~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3721fbc5dea79a05976018bcbc38f943ef4725e1;p=thirdparty%2FPython%2Fcpython.git point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ --- diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index 23ab88e04c73..0ac57945db18 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -66,7 +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 `_. + more information, see `the IronPython website `_. PyPy An implementation of Python written completely in Python. It supports several