From 51ce1c182415c00a973df4e9473bfafbd37b97e9 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 19 Mar 2025 16:54:37 +0100 Subject: [PATCH] Replace outdated links to Git for Windows' wiki Git for Windows' wiki pages were migrated in https://github.com/git-for-windows/git-for-windows.github.io/pull/59. --- Hacking-Git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hacking-Git.md b/Hacking-Git.md index f553e86d8..9320fd893 100644 --- a/Hacking-Git.md +++ b/Hacking-Git.md @@ -56,7 +56,7 @@ suggest improvements. Thanks! * ["`SubmittingPatches`"](https://git-scm.com/docs/SubmittingPatches/) -* [Git for Windows' "Good commits"](https://github.com/git-for-windows/git/wiki/Good-commits) +* [Git for Windows' "Good commits"](https://gitforwindows.org/good-commits) ## Process related tools and sites @@ -108,7 +108,7 @@ suggest improvements. Thanks! ## Debugging -* [Git for Windows' Debugging Git](https://github.com/git-for-windows/git/wiki/Debugging-Git) +* [Git for Windows' Debugging Git](https://gitforwindows.org/debugging-git) * [Launching GDB explanations in CodingGuidelines](https://github.com/git/git/blob/v2.27.0/Documentation/CodingGuidelines#L441-L445)