From b1d6ca6a6c9830d0f83506efa22745e23dbf8c39 Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset Date: Sun, 22 Sep 2024 17:14:15 -0500 Subject: [PATCH] fix some dead links --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 00daa4c3..0a8d83a6 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -63,7 +63,7 @@ for more. ## Windows / Visual Studio -To build gamenetworkingsockets on Windows, it's recommended to obtain thge dependencies by using vcpkg in ["manifest mode"](https://vcpkg.readthedocs.io/en/latest/users/manifests/). The following instructions assume that you will follow the vcpkg recommendations and install vcpkg as a subfolder. If you want to use "classic mode" or install vcpkg somewhere else, you're on your own. +To build gamenetworkingsockets on Windows, it's recommended to obtain thge dependencies by using vcpkg in ["manifest mode"](https://learn.microsoft.com/en-us/vcpkg/concepts/manifest-mode). The following instructions assume that you will follow the vcpkg recommendations and install vcpkg as a subfolder. If you want to use "classic mode" or install vcpkg somewhere else, you're on your own. If you don't want to use vcpkg, try the [manual instructions](BUILDING_WINDOWS_MANUAL.md). @@ -128,7 +128,7 @@ $ brew install protobuf ## MSYS2 You can also build this project on [MSYS2](https://www.msys2.org). First, -follow the [instructions](https://github.com/msys2/msys2/wiki/MSYS2-installation) on the +follow the [instructions](https://www.msys2.org/wiki/MSYS2-installation) on the MSYS2 website for updating your MSYS2 install. **Be sure to follow the instructions at the site above to update MSYS2 before