summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-01-13 14:46:51 +0100
committerGitHub <noreply@github.com>2022-01-13 14:46:51 +0100
commit4eb4bc90d76b3bb349fac99d18d22ac6037f342f (patch)
tree4b9651632bcaafa262871a5987778bca8637e263
parent95d2b47cf7390355ae903e42d54638457c92c6d8 (diff)
downloadwiki-4eb4bc90d76b3bb349fac99d18d22ac6037f342f.tar.gz
wiki-4eb4bc90d76b3bb349fac99d18d22ac6037f342f.tar.bz2
wiki-4eb4bc90d76b3bb349fac99d18d22ac6037f342f.zip
chore: fix borken links
-rw-r--r--docs/windows-requirements.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md
index af33499..4d778f8 100644
--- a/docs/windows-requirements.md
+++ b/docs/windows-requirements.md
@@ -85,9 +85,9 @@
- Find the 32bit version by finding the latest 1.0.x or 1.1.x Win32 OpenSSL that is NOT the "light" version. (Example: Win32 OpenSSL v1.1.1g)
- - *Note #1: If you get a "Missing Microsoft Visual C++ 2008 Redistributable" error message while installing OpenSSL,*
- *download the [Microsoft Visual C++ 2008 Redistributable Package (x64)](http://www.microsoft.com/en-us/download/details.aspx?id=29) (1.7MB Installer) and install it.*
- *If you need 32bit support, download and install the [Microsoft Visual C++ 2008 Redistributable Package (x86)](http://www.microsoft.com/en-us/download/details.aspx?id=15336).*
+ - *Note #1: If you get a "Missing Microsoft Visual C++ .... Redistributable" error message while installing OpenSSL,*
+ *download the [Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x64) (Direct Download)](https://aka.ms/vs/17/release/vc_redist.x64.exe) (1.7MB Installer) and install it.*
+ *If you need 32bit support, download and install the [Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x86) (Direct Download)](https://aka.ms/vs/17/release/vc_redist.x86.exe).*
- *Note #2: While installing OpenSSL, choose The OpenSSL binaries (/bin) directory (NOT "The Windows system directory")*
*when given the choice on where to copy the OpenSSL DLLs. These DLLs will need to be located easily for [Core Installation](windows-core-installation).*