summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-05-04 15:15:11 +0000
committerKitware Robot <kwrobot@kitware.com>2021-05-04 11:15:20 -0400
commit38868b47f70640afa04baf46b3642c5d6b5b380e (patch)
treea448f4bca585dcd6a7d661601380430fbbf86e1e
parentb6a5572d8ac905613069abdde91b646bf18a4ee8 (diff)
parent75dadc45580b772584f5b3184ee78fbe7203f14b (diff)
downloadcmake-38868b47f70640afa04baf46b3642c5d6b5b380e.tar.gz
Merge topic 'doc-preset-schema-relative' into release-3.20
75dadc4558 Help: Use relative path for IDE Integration guide link to preset schema Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !6083
-rw-r--r--Help/guide/ide-integration/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/guide/ide-integration/index.rst b/Help/guide/ide-integration/index.rst
index addf93215c..779883b962 100644
--- a/Help/guide/ide-integration/index.rst
+++ b/Help/guide/ide-integration/index.rst
@@ -69,9 +69,9 @@ While reading, parsing, and evaluating the contents of ``CMakePresets.json`` is
straightforward, it is not trivial. In addition to the documentation, IDE
vendors may also wish to refer to the CMake source code and test cases for a
better understanding of how to implement the format.
-:download:`This file </manual/presets/schema.json>` provides a machine-readable
-JSON schema for the ``CMakePresets.json`` format that IDE vendors may find
-useful for validation and providing editing assistance.
+:download:`This file <../../manual/presets/schema.json>` provides a
+machine-readable JSON schema for the ``CMakePresets.json`` format that IDE
+vendors may find useful for validation and providing editing assistance.
Configuring
===========