diff --git a/README.md b/README.md index 7fd419375..112ae2c20 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ The following platforms are still compatible, but may not receive as much suppor * KDE 4.x * Windows XP, Windows Server 2003, Windows Vista -On Windows Vista and later, you will need the MSVC 2015-2019 runtime: -* 32-bit: https://aka.ms/vs/16/release/vc_redist.x86.exe -* 64-bit: https://aka.ms/vs/16/release/vc_redist.x64.exe +On Windows Vista and later, you will need the MSVC 2015-2022 runtime: +* 32-bit: https://aka.ms/vs/17/release/VC_redist.x86.exe +* 64-bit: https://aka.ms/vs/17/release/VC_redist.x64.exe On Windows XP/2003 and earlier, you will need the MSVC 2015-2017 runtime: -* 32-bit: https://aka.ms/vs/15/release/vc_redist.x86.exe -* 64-bit: https://aka.ms/vs/15/release/vc_redist.x64.exe +* 32-bit: https://aka.ms/vs/15/release/VC_redist.x86.exe +* 64-bit: https://aka.ms/vs/15/release/VC_redist.x64.exe For instructions on compiling from source, see doc/COMPILING.md .