Skip to content

Commit 1603655

Browse files
committed
fixup! CONTRIBUTING.md: add guide for first-time contributors
Git for Windows' wiki pages were moved as part of git-for-windows/git-for-windows.github.io#59. Let's adjust the URLs that pointed to the wiki. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cca1f38 commit 1603655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
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 in the Git for Windows wiki](https://gitforwindows.org/building-git):
124124

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

0 commit comments

Comments
 (0)