summaryrefslogtreecommitdiffstats
path: root/Help/guide
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-05-04 15:15:11 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-05-04 15:15:21 (GMT)
commitd31b6657a66cbfb46feff706da2914acb79b92a5 (patch)
tree8a41667ae1711a4d655e37a03c4b0721aaed180b /Help/guide
parent576a07059ec53dc7f0c5356b5e2f10a92e26724d (diff)
parent75dadc45580b772584f5b3184ee78fbe7203f14b (diff)
downloadCMake-d31b6657a66cbfb46feff706da2914acb79b92a5.zip
CMake-d31b6657a66cbfb46feff706da2914acb79b92a5.tar.gz
CMake-d31b6657a66cbfb46feff706da2914acb79b92a5.tar.bz2
Merge topic 'doc-preset-schema-relative'
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
Diffstat (limited to 'Help/guide')
-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 addf932..779883b 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
===========