From 1bfcd473098716bebc1ff2740926fdf999f991f7 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 20 Apr 2026 10:50:31 -0400 Subject: [PATCH] Help: Replace C++ reference links with their permanent redirects --- Help/command/cmake_path.rst | 2 +- Help/guide/tutorial/Configuration and Cache Variables.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/command/cmake_path.rst b/Help/command/cmake_path.rst index 5fb0ef1f51..2a363252d1 100644 --- a/Help/command/cmake_path.rst +++ b/Help/command/cmake_path.rst @@ -668,7 +668,7 @@ Generation For reference, the algorithm used to compute the relative path is the same as that used by C++ `std::filesystem::path::lexically_relative - `_. + `_. See :ref:`Creating a Path Variable` for details on the output variable. diff --git a/Help/guide/tutorial/Configuration and Cache Variables.rst b/Help/guide/tutorial/Configuration and Cache Variables.rst index 250748bac6..ec930903c6 100644 --- a/Help/guide/tutorial/Configuration and Cache Variables.rst +++ b/Help/guide/tutorial/Configuration and Cache Variables.rst @@ -313,7 +313,7 @@ Helpful Resources * :variable:`CMAKE__STANDARD` * :variable:`CMAKE_CXX_STANDARD` * :prop_tgt:`CXX_STANDARD` -* `cppreference \ `_ +* `cppreference \ `_ Files to Edit -------------