From 26eb5c729ce60fff636d26afeb06f0d533061f6b Mon Sep 17 00:00:00 2001 From: HLennart <51678681+HLennart@users.noreply.github.com> Date: Mon, 12 Apr 2021 12:40:59 +0200 Subject: [PATCH] Fixed Broken VisualStudio link The original link was missing the `h` in `https`, which means clicking the link leads to a broken address. --- docs/getting_started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/install.md b/docs/getting_started/install.md index c0a240ae8..de7e2cd69 100644 --- a/docs/getting_started/install.md +++ b/docs/getting_started/install.md @@ -471,7 +471,7 @@ next section. 4. Install Visual C++ Build Tools 2019 and WinSDK Go to - [the VisualStudio website](ttps://visualstudio.microsoft.com/visual-cpp-build-tools), + [the VisualStudio website](https://visualstudio.microsoft.com/visual-cpp-build-tools), download build tools, and install Microsoft Visual C++ 2019 Redistributable and Microsoft Build Tools 2019.