From 238612a00333488384bcb08483c0bca89a0382c8 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 24 Dec 2011 23:13:08 +0100 Subject: [PATCH] point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ --- Doc/reference/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index 36f824f4b90..d75d22b4942 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -65,7 +65,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