windows/README.md: Fix broken mingw link.

This commit is contained in:
Jos Verlinde
2022-01-19 16:33:41 +01:00
committed by Damien George
parent ea5744fd8d
commit 5f8eef4521

View File

@@ -3,7 +3,7 @@ It is based on Unix port, and expected to remain so.
The port requires additional testing, debugging, and patches. Please The port requires additional testing, debugging, and patches. Please
consider to contribute. consider to contribute.
All gcc-based builds use the gcc compiler from [Mingw-w64](mingw-w64.org), All gcc-based builds use the gcc compiler from [Mingw-w64](https://www.mingw-w64.org/),
which is the advancement of the original mingw project. The latter is which is the advancement of the original mingw project. The latter is
getting obsolete and is not actively supported by MicroPython. getting obsolete and is not actively supported by MicroPython.