Skip to content

Commit 873d3a6

Browse files
committed
Update MSYS2 website
It is https://msys2.org for years.
1 parent bed902a commit 873d3a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project provides an Installer for Ruby-2.4 and newer on Windows based on th
66
It is the successor to the MSYS1 based [RubyInstaller](https://github.com/oneclick/rubyinstaller/) which was used for Ruby-2.3 and older.
77
It is licensed under the 3-clause Modified BSD License.
88

9-
In contrast to the old RubyInstaller it does not provide its own DevKit, but makes use of the rich set of [MINGW libraries](https://github.com/Alexpux/MINGW-packages) from the [MSYS2 project](https://msys2.github.io/).
9+
In contrast to the old RubyInstaller it does not provide its own DevKit, but makes use of the rich set of [MINGW libraries](https://github.com/Alexpux/MINGW-packages) from the [MSYS2 project](https://msys2.org/).
1010
It therefore integrates well into MSYS2 after installation on the target system to provide a build-and-runtime environment for installation of gems with C-extensions.
1111
This and more changes are documented in the [CHANGELOG](https://github.com/oneclick/rubyinstaller2/blob/master/CHANGELOG-2.4.md#rubyinstaller-241-1---2017-05-25).
1212

@@ -19,7 +19,7 @@ In order to install C based source gems, it's recommended to use the Devkit inst
1919
It installs a MSYS2/MINGW build environment into the ruby directory that ships common build tools and libraries.
2020

2121
Some gems require additional packages, which can be installed per `pacman`. See below.
22-
Its also possible to install MSYS2 manually from https://msys2.github.io/ and run `ridk install` afterwards to add non default, but required development tools.
22+
Its also possible to install MSYS2 manually from https://msys2.org/ and run `ridk install` afterwards to add non default, but required development tools.
2323
For unattended install of Ruby and MSYS2 see the [FAQ chocolatey install](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-choco-install).
2424

2525
### The `ridk` command

lib/ruby_installer/build/msys2_installation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def disable_dll_search_paths
221221
yield
222222
rescue MsysNotFound
223223
$stderr.puts "MSYS2 could not be found. Please run 'ridk install'"
224-
$stderr.puts "or download and install MSYS2 manually from https://msys2.github.io/"
224+
$stderr.puts "or download and install MSYS2 manually from https://msys2.org/"
225225
exit 1
226226
end
227227
when :raise

0 commit comments

Comments
 (0)