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 -------------