Skip to content

Commit 004ef4d

Browse files
authored
Replace outdated links to Git for Windows' wiki (#3)
Git for Windows' wiki pages were migrated in git-for-windows/git-for-windows.github.io#59.
1 parent 1a4d1a3 commit 004ef4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gitBin.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { platform } from "node:process";
33

44
const COMMON_GIT_BIN = "git";
55
// on Git for Windows, invoking this directly is faster than simple `git` command
6-
// see https://github.com/git-for-windows/git/wiki/Git-wrapper#avoiding-the-git-wrapper
6+
// see https://gitforwindows.org/git-wrapper#avoiding-the-git-wrapper
77
const WIN_GIT_EXE = "C:/Program Files/Git/mingw64/bin/git.exe";
88

99
export const GIT_BIN =

0 commit comments

Comments
 (0)