diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-02-04 04:05:46 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-02-04 04:05:46 (GMT) |
commit | bf3b89782f9d45906677443aaa58cb112071ef4d (patch) | |
tree | b1eb692c679b42d047b67b2bba9cbd82fb57d155 | |
parent | 71b71763c5ae3fca539c3faff69ebdeaeaa84a80 (diff) | |
download | cpython-bf3b89782f9d45906677443aaa58cb112071ef4d.zip cpython-bf3b89782f9d45906677443aaa58cb112071ef4d.tar.gz cpython-bf3b89782f9d45906677443aaa58cb112071ef4d.tar.bz2 |
Python for .NET has moved to Github.
Reported by Denis Akhiyarov on docs@
-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 a84d8e8..d0959c5 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -59,7 +59,7 @@ Python for .NET This implementation actually uses the CPython implementation, but is a managed .NET application and makes .NET libraries available. It was created by Brian Lloyd. For more information, see the `Python for .NET home page - <http://pythonnet.sourceforge.net>`_. + <https://pythonnet.github.io/>`_. IronPython An alternate Python for .NET. Unlike Python.NET, this is a complete Python |