diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-08 09:20:50 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-08 09:20:50 +0900 |
commit | c3f4700e938ebc2440ea36c1b9bb69cd4dfe4062 (patch) | |
tree | 72ff9a4d28039d39bee7d9c79c1bd6bad5dabda7 /Help | |
parent | 4109a3583f8051b5c32f09af58eb6b6bef7fad15 (diff) | |
download | cmake-c3f4700e938ebc2440ea36c1b9bb69cd4dfe4062.tar.gz cmake-c3f4700e938ebc2440ea36c1b9bb69cd4dfe4062.tar.bz2 cmake-c3f4700e938ebc2440ea36c1b9bb69cd4dfe4062.zip |
Imported Upstream version 3.20.3upstream/3.20.3
Diffstat (limited to 'Help')
-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 addf93215..779883b96 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 =========== |