From 1eaa0c9023b93a6f283761d5cff7bc48bf4c2cad Mon Sep 17 00:00:00 2001 From: Alex Vande Date: Wed, 29 Jul 2026 18:26:31 +0200 Subject: [PATCH] Fix stale vcpkg manifest mode link --- examples/vcpkg_example_chat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vcpkg_example_chat/README.md b/examples/vcpkg_example_chat/README.md index 7afd7f6d..0f171b17 100644 --- a/examples/vcpkg_example_chat/README.md +++ b/examples/vcpkg_example_chat/README.md @@ -15,7 +15,7 @@ you are pulling in vcpkg's cmake toolchain file. Then all you need to do is: # Building the example project using vcpkg in manifest mode Here are some specific instructions that build the example project using vcpkg in -["manifest mode"](https://vcpkg.readthedocs.io/en/latest/users/manifests/). +["manifest mode"](https://learn.microsoft.com/en-us/vcpkg/concepts/manifest-mode). This example assumes Windows, and also it's recommended to run this from a Visual Studio command prompt so we know what compiler to use.