From 0878059c7528f803297a9c8563b183a237f9a585 Mon Sep 17 00:00:00 2001 From: aminoa <28660350+aminoa@users.noreply.github.com> Date: Wed, 18 Jan 2023 12:47:41 -0500 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 22fd7f8..62d207a 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -3,7 +3,7 @@ - You can use any edition of VS (Community Edition is free) - Easiest to just choose "Desktop development with C++" workload - However, minimum required to get source and build are: - - Git for Windows (Note: [The standalone git installer](https://gitforwindows.org/) is more recent and is compatible with VS) + - Git for Windows (Note: [The standalone git installer](https://git-scm.com/downloads) is more recent and is compatible with VS) - C++ core features - Latest MSVC C++ build tools (x64/x86 and/or ARM64) - Latest Windows SDK