Skip to content

Commit e0bb78c

Browse files
authored
Merge pull request #463 from okuramasafumi/patch-1
Update links to point to the correct repository
2 parents c51fe5d + 6d90fee commit e0bb78c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This and more changes are documented in the [CHANGELOG](https://github.com/onecl
1212

1313
## Using the Installer on a target system
1414

15-
- Download and install the latest RubyInstaller2: https://github.com/larskanis/rubyinstaller2/releases
15+
- Download and install the latest RubyInstaller2: https://github.com/oneclick/rubyinstaller2/releases
1616

1717
The non-Devkit installer file is enough to use pure Ruby gems or fat binary gems for x64-mingw-ucrt or aarch64-mingw-ucrt.
1818
In order to install C based source gems, it's recommended to use the Devkit installer version.
@@ -68,7 +68,7 @@ For instance these popular gems can be installed like so from the source gem:
6868

6969
Some gems are properly labeled to install dependent libraries per pacman.
7070
See [the wiki](https://github.com/oneclick/rubyinstaller2/wiki/For-gem-developers#msys2-library-dependency) how such a label can be added to gems.
71-
Also refer the [FAQ](https://github.com/larskanis/rubyinstaller2/wiki/FAQ) for additional install recommendations.
71+
Also refer the [FAQ](https://github.com/oneclick/rubyinstaller2/wiki/FAQ) for additional install recommendations.
7272

7373

7474
## Building the Installer
@@ -96,7 +96,7 @@ Check the [wiki on how to use](https://github.com/oneclick/rubyinstaller2/wiki/F
9696
```
9797
- Clone RubyInstaller2 and install dependencies:
9898
```sh
99-
git clone https://github.com/larskanis/rubyinstaller2
99+
git clone https://github.com/oneclick/rubyinstaller2
100100
cd rubyinstaller2
101101
bundle install
102102
rake -T
@@ -126,4 +126,4 @@ Check the [wiki on how to use](https://github.com/oneclick/rubyinstaller2/wiki/F
126126
## Known Issues
127127

128128
- It's best to avoid installation into a PATH containing spaces or non-ASCII. Some gems won't install with spaces and older ruby versions (<= 3.0.x) ridk won't even run then at all with special characters.
129-
- Also refer to [the issue list](https://github.com/larskanis/rubyinstaller2/issues).
129+
- Also refer to [the issue list](https://github.com/oneclick/rubyinstaller2/issues).

0 commit comments

Comments
 (0)