From 549637b4f664c17bae4533c046c88f2d76990cb8 Mon Sep 17 00:00:00 2001 From: "Bob Brown (DEVDIV)" Date: Tue, 5 Apr 2022 09:39:41 -0700 Subject: [PATCH] fix documentation link --- docs/cmake-presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmake-presets.md b/docs/cmake-presets.md index e0a93674..bbd47724 100644 --- a/docs/cmake-presets.md +++ b/docs/cmake-presets.md @@ -37,7 +37,7 @@ You can configure and build your CMake project by using a series of commands. Op **CMake: Select Configure Preset** lists the union of non-hidden Configure Presets defined in `CMakePresets.json` and `CMakeUserPresets.json`. Select a Configure Preset to make it the active Configure Preset. This is the `configurePreset` value that's used when CMake is invoked to generate the project build system. The active Configure Preset appears on the status bar. -CMake Tools uses the value of `hostOS` in the Microsoft Visual Studio Settings vendor map to hide Configure Presets that don't apply to your platform. For more information, see the entry for `hostOS` in the table under [Visual Studio Settings vendor map](cmake-presets-json-reference.md#visual-studio-settings-vendor-map). +CMake Tools uses the value of `hostOS` in the Microsoft Visual Studio Settings vendor map to hide Configure Presets that don't apply to your platform. For more information, see the entry for `hostOS` in the table under [Visual Studio Settings vendor map](https://docs.microsoft.com/cpp/build/cmake-presets-json-reference#visual-studio-settings-vendor-map). ### CMake: Configure