diff options
| author | Georg Brandl <georg@python.org> | 2014-10-29 09:26:56 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-29 09:26:56 (GMT) |
| commit | 97ae4660e1f75f53a3f55b2bc1e96717484f0914 (patch) | |
| tree | 852ef2dfa3fba358bd5185c46bc3d8184a08fd33 /Doc/reference | |
| parent | 0ffb46261ce56830e3be93d002317f5f037f57f2 (diff) | |
| download | cpython-97ae4660e1f75f53a3f55b2bc1e96717484f0914.zip cpython-97ae4660e1f75f53a3f55b2bc1e96717484f0914.tar.gz cpython-97ae4660e1f75f53a3f55b2bc1e96717484f0914.tar.bz2 | |
Fixing broken links in doc, part 3: the rest
Diffstat (limited to 'Doc/reference')
| -rw-r--r-- | Doc/reference/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index d75d22b..a84d8e8 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 <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 |
