From 9a5f27c95f96c1fb8ed68357675a3e50a85ea7e3 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 19 Mar 2025 17:04:36 +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. --- project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.py b/project.py index 892b5f5bb..b7c4d4efa 100644 --- a/project.py +++ b/project.py @@ -3649,7 +3649,7 @@ def _get_symlink_error_message(self): return ( "Unable to create symbolic link. Please re-run the command as " "Administrator, or see " - "https://github.com/git-for-windows/git/wiki/Symbolic-Links " + "https://gitforwindows.org/symbolic-links " "for other options." ) return "filesystem must support symlinks"