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"