diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2016-02-03 22:05:46 -0600 |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2016-02-03 22:05:46 -0600 |
| commit | 2b818142d17cc287d3581c7d2fbe6bbaa37ccee2 (patch) | |
| tree | 820e0f2e3b6889fe7226b139ada854d69989f253 | |
| parent | 3df11b2bd6df1940636683ea67ce5721974bb4ed (diff) | |
| download | cpython-git-2b818142d17cc287d3581c7d2fbe6bbaa37ccee2.tar.gz | |
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 5633ae3eb1..bb7e3906db 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -60,7 +60,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 |
