From 4abf69c5b4ffaa6f0951c7b145c6b7995ae2c3ce Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:37:46 -0800 Subject: [PATCH] Update broken link (#4306) * Dummy commit to get the current CI error * Touch file in core to trigger the CI * Dummy commit to get the current CI error * Touch file in core to trigger the CI * Wonderful, and a broken link now too * Undo any yml changes (Fixed externally?) * Undo all intentionally unnecessary changes --------- Co-authored-by: Anton Kolesnyk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1adda98b..bba75e949 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ The following SDK library releases are available on [vcpkg](https://github.com/m * `azure-storage-files-shares-cpp` * `azure-storage-queues-cpp` -> NOTE: In case of getting linker errors when consuming the SDK on Windows, make sure that [vcpkg triplet](https://vcpkg.readthedocs.io/en/latest/users/triplets/) being consumed matches the [CRT link flags](https://docs.microsoft.com/cpp/build/reference/md-mt-ld-use-run-time-library?view=msvc-160) being set for your app or library build. See also `MSVC_USE_STATIC_CRT` build flag. +> NOTE: In case of getting linker errors when consuming the SDK on Windows, make sure that [vcpkg triplet](https://github.com/microsoft/vcpkg/blob/master/docs/users/triplets.md) being consumed matches the [CRT link flags](https://docs.microsoft.com/cpp/build/reference/md-mt-ld-use-run-time-library?view=msvc-160) being set for your app or library build. See also `MSVC_USE_STATIC_CRT` build flag. ## OpenSSL Version