summaryrefslogtreecommitdiff
path: root/Doc/reference/introduction.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 10:26:56 +0100
committerGeorg Brandl <georg@python.org>2014-10-29 10:26:56 +0100
commit94a4f0453115642eebb24e4f70cb09ba50793a58 (patch)
treed0ab43e7d9b632905ec740bc9a01c2fc3e80e2e7 /Doc/reference/introduction.rst
parent283e77b1e4cb12dd34f6ec43e89eeca22a14b522 (diff)
downloadcpython-94a4f0453115642eebb24e4f70cb09ba50793a58.tar.gz
Fixing broken links in doc, part 3: the rest
Diffstat (limited to 'Doc/reference/introduction.rst')
-rw-r--r--Doc/reference/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst
index 0ac57945db..5633ae3eb1 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 <http://www.ironpython.net/>`_.
+ more information, see `the IronPython website <http://ironpython.net/>`_.
PyPy
An implementation of Python written completely in Python. It supports several