From b9c776c9ff2e376a71c42d6db34cbfa0184240bb Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Tue, 16 Jul 2024 13:13:14 -0700 Subject: [PATCH] Update link in README.md to fix link verification issue. (#5804) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cefb36740..ed05cb488 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ target_link_libraries(HelloWorld PRIVATE Azure::azure-identity Azure::azure-stor Here's a walkthrough video on how to install the Azure SDK packages, using vcpkg, into an MSBuild project in VS: https://aka.ms/azsdk/cpp/gettingstarted-vcpkg-msbuild-video -See the [vcpkg documentation](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started-msbuild?pivots=shell-cmd) for more details. +See the [vcpkg documentation](https://learn.microsoft.com/vcpkg/get_started/get-started-msbuild?pivots=shell-cmd) for more details. ### Additional methods for installing and configuring