Skip to content

Commit 357363f

Browse files
authored
Replace the superseded wiki URLs (#5495)
This is a follow-up for git-for-windows/git-for-windows.github.io#59.
2 parents cca1f38 + d90f827 commit 357363f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ When running `make`, you can use `-j$(nproc)` to automatically use the number of
3939
on your machine as the number of concurrent build processes.
4040

4141
You can go deeper on the Windows-specific build process by reading the
42-
[technical overview](https://github.com/git-for-windows/git/wiki/Technical-overview) or the
43-
[guide to compiling Git with Visual Studio](https://github.com/git-for-windows/git/wiki/Compiling-Git-with-Visual-Studio).
42+
[technical overview](https://gitforwindows.org/technical-overview) or the
43+
[guide to compiling Git with Visual Studio](https://gitforwindows.org/compiling-git-with-visual-studio).
4444

4545
## Building `git` on Windows with Visual Studio
4646

@@ -120,7 +120,7 @@ you want to extend the functional tests to be sure no one breaks your feature in
120120
### Functional Tests
121121

122122
Navigate to the `t/` directory and type `make` to run all tests or use `prove` as
123-
[described in the Git for Windows wiki](https://github.com/git-for-windows/git/wiki/Building-Git):
123+
[described on this Git for Windows page](https://gitforwindows.org/building-git):
124124

125125
```
126126
prove -j12 --state=failed,save ./t[0-9]*.sh

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ encounter problems, you can report them as [GitHub
1515
issues](https://github.com/git-for-windows/git/issues), discuss them in Git
1616
for Windows' [Discussions](https://github.com/git-for-windows/git/discussions)
1717
or on the [Git mailing list](mailto:[email protected]), and [contribute bug
18-
fixes](https://github.com/git-for-windows/git/wiki/How-to-participate).
18+
fixes](https://gitforwindows.org/how-to-participate).
1919

2020
To build Git for Windows, please either install [Git for Windows'
2121
SDK](https://gitforwindows.org/#download-sdk), start its `git-bash.exe`, `cd`

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Git for Windows is a "friendly fork" of [Git](https://git-scm.com/), i.e. change
3232

3333
While Git maintains several release trains (when v2.19.1 was released, there were updates to v2.14.x-v2.18.x, too, for example), Git for Windows follows only the latest Git release. For example, there is no Git for Windows release corresponding to Git v2.16.5 (which was released after v2.19.0).
3434

35-
One exception is [MinGit for Windows](https://github.com/git-for-windows/git/wiki/MinGit) (a minimal subset of Git for Windows, intended for bundling with third-party applications that do not need any interactive commands nor support for `git svn`): critical security fixes are backported to the v2.11.x, v2.14.x, v2.19.x, v2.21.x and v2.23.x release trains.
35+
One exception is [MinGit for Windows](https://gitforwindows.org/mingit) (a minimal subset of Git for Windows, intended for bundling with third-party applications that do not need any interactive commands nor support for `git svn`): critical security fixes are backported to the v2.11.x, v2.14.x, v2.19.x, v2.21.x and v2.23.x release trains.
3636

3737
## Version number scheme
3838

0 commit comments

Comments
 (0)