diff options
author | Brad King <brad.king@kitware.com> | 2021-05-03 15:21:40 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-03 15:36:45 -0400 |
commit | 75dadc45580b772584f5b3184ee78fbe7203f14b (patch) | |
tree | 082b828e9c29cac4688c26a4fc4c632843de9b4d | |
parent | 1ad4501ae97fb6c6deab096ff0ac7e03d554e26d (diff) | |
download | cmake-75dadc45580b772584f5b3184ee78fbe7203f14b.tar.gz |
Help: Use relative path for IDE Integration guide link to preset schema
This allows the integration guide to build as part of a larger set of
documentation.
-rw-r--r-- | Help/guide/ide-integration/index.rst | 6 |
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 =========== |