diff options
author | 2024-11-23 13:52:02 -0500 | |
---|---|---|
committer | 2024-11-23 18:52:02 +0000 | |
commit | f2a028d505c85100cf609f450cf94b1f4ad4283e (patch) | |
tree | ab97a619bc048047da594f0a21a1f5f3aad032bb | |
parent | Merge pull request #3198 from thurisatic/ansi-snekruns (diff) |
Sanitize MSVC++ build tools link for Discord (#3197)
Discord does not like periods (.) in aliased URLs, so in embeds, this section of markdown is not rendered. Bare URLs, though, get made into links, and it looks just fine.
-rw-r--r-- | bot/resources/tags/microsoft-build-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/microsoft-build-tools.md b/bot/resources/tags/microsoft-build-tools.md index 367a1e0f8..87926a345 100644 --- a/bot/resources/tags/microsoft-build-tools.md +++ b/bot/resources/tags/microsoft-build-tools.md @@ -10,7 +10,7 @@ error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft This means the library you're installing has code written in other languages and needs additional tools to install. To install these tools, follow the following steps: (Requires 6GB+ disk space) -**1.** Open [https://visualstudio.microsoft.com/visual-cpp-build-tools/](https://visualstudio.microsoft.com/visual-cpp-build-tools/). +**1.** Open https://visualstudio.microsoft.com/visual-cpp-build-tools/. **2.** Click **`Download Build Tools >`**. A file named `vs_BuildTools` or `vs_BuildTools.exe` should start downloading. If no downloads start after a few seconds, click **`click here to retry`**. **3.** Run the downloaded file. Click **`Continue`** to proceed. **4.** Choose **C++ build tools** and press **`Install`**. You may need a reboot after the installation. |