Skip to content

Commit 8ddaba7

Browse files
authored
Merge pull request #32770 from nrobert/patch-1
Fixing link to Visual C++ packages
2 parents d3bf1cf + 096c7be commit 8ddaba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/ship-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The Cognitive Services Speech SDK is tested on Windows 10 and on Windows Server
2525

2626
The Cognitive Services Speech SDK requires the [Microsoft Visual C++ Redistributable for Visual Studio 2019](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads) on the system. You can download installers for the latest version of the `Microsoft Visual C++ Redistributable for Visual Studio 2019` here:
2727

28-
- [Win32](https://aka.ms/vs/15/release/vc_redist.x86.exe)
29-
- [x64](https://aka.ms/vs/15/release/vc_redist.x64.exe)
28+
- [Win32](https://aka.ms/vs/16/release/vc_redist.x86.exe)
29+
- [x64](https://aka.ms/vs/16/release/vc_redist.x64.exe)
3030

3131
If your application uses managed code, the `.NET Framework 4.6.1` or later is required on the target machine.
3232

0 commit comments

Comments
 (0)