summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-02-19 16:34:51 (GMT)
committerGeorg Brandl <georg@python.org>2009-02-19 16:34:51 (GMT)
commita630735b31b5ee0a1a59b3b28299e26a7ee74d9f (patch)
treeccff5a2b2506f9b290e8c9f83be33bb3dfc16655
parent1a0d2befeaf445a2a7094744b30e7cab1492c340 (diff)
downloadcpython-a630735b31b5ee0a1a59b3b28299e26a7ee74d9f.zip
cpython-a630735b31b5ee0a1a59b3b28299e26a7ee74d9f.tar.gz
cpython-a630735b31b5ee0a1a59b3b28299e26a7ee74d9f.tar.bz2
#5317: update IronPython URL.
-rw-r--r--Doc/reference/introduction.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst
index 8b2cceb..69bd41d 100644
--- a/Doc/reference/introduction.rst
+++ b/Doc/reference/introduction.rst
@@ -65,8 +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
- <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