summaryrefslogtreecommitdiffstats
path: root/Doc/reference/introduction.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 09:26:56 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 09:26:56 (GMT)
commit525d355984e1afa342aa72fc7867a56eea937a61 (patch)
tree50a3fe6931bae07791ceab9bb74d76c1aa218296 /Doc/reference/introduction.rst
parent9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb (diff)
downloadcpython-525d355984e1afa342aa72fc7867a56eea937a61.zip
cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.gz
cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.bz2
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 0ac5794..5633ae3 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