From c28f9a129c248d69495e36536eff2e688a433aa2 Mon Sep 17 00:00:00 2001 From: mintty Date: Thu, 3 Feb 2022 00:00:00 +0100 Subject: [PATCH] wiki: fix old MSYS links (deprecated) --- wiki/Credits.md | 2 +- wiki/Home.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Credits.md b/wiki/Credits.md index 6e5e2fe1..7ed458bd 100644 --- a/wiki/Credits.md +++ b/wiki/Credits.md @@ -15,7 +15,7 @@ Thanks to everyone who has contributed to mintty in some way, in particular: * Yaakov Selkowitz, for creating mintty's initial Cygwin [setup.exe](http://cygwin.com/setup.exe) package and the cygport tool that is used to build it. * Lee D. Rothstein, for his help in writing a man page for mintty. * Thomas Wolff, author of the [mined](http://towo.net/mined) Unicode editor, for lots of much-needed help in improving mintty's terminal emulation and locale support and making it more xterm-compatible. - * Chris Sutcliffe, for packaging mintty for [MSYS](http://www.mingw.org/wiki/MSYS), and lots of testing and advice. + * Chris Sutcliffe, for packaging mintty for [MSYS](https://web.archive.org/web/20210101000000*/mingw.org/wiki/MSYS), and lots of testing and advice. * Iwamuro Motonori, for valuable advice regarding support for East Asian languages. * The many users who have helped to improve mintty by reporting bugs and suggesting enhancements. diff --git a/wiki/Home.md b/wiki/Home.md index 390eb94d..417b7670 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -1,5 +1,5 @@ Mintty is a [terminal emulator](http://en.wikipedia.org/wiki/Terminal_emulator) -for [Cygwin](http://cygwin.com), [MSYS](http://mingw.org/wiki/MSYS) +for [Cygwin](http://cygwin.com), [MSYS](https://web.archive.org/web/20210101000000*/mingw.org/wiki/MSYS) and [Msys2](https://github.com/msys2). For an introduction and overview, see the [mintty homepage](http://mintty.github.io/).