From f64e9c12f16afc080e5d9b3de46a7508d3ba73a9 Mon Sep 17 00:00:00 2001 From: Jeremy Paige Date: Tue, 16 Feb 2021 10:58:36 -0800 Subject: [PATCH] remove all links to mingw.org --- Doc/install/index.rst | 3 +-- Doc/using/windows.rst | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Doc/install/index.rst b/Doc/install/index.rst index b6b7085fb35aa9..48c6e76a682a46 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -1071,8 +1071,7 @@ normal libraries do. .. [#] This also means you could replace all existing COFF-libraries with OMF-libraries of the same name. -.. [#] Check https://www.sourceware.org/cygwin/ and http://www.mingw.org/ for more - information +.. [#] Check https://www.sourceware.org/cygwin/ for more information .. [#] Then you have no POSIX emulation available, but you also don't need :file:`cygwin1.dll`. diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 0f713fcab4be8b..3d638642f30080 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -1149,8 +1149,6 @@ For extension modules, consult :ref:`building-on-windows`. MinGW gcc under Windows" or "Installing Python extension with distutils and without Microsoft Visual C++" by Sébastien Sauvage, 2003 - `MingW -- Python extensions `_ - Other Platforms ===============