Explorar el Código

Merge topic 'doc-preset-schema-relative'

75dadc4558 Help: Use relative path for IDE Integration guide link to preset schema

Acked-by: Kitware Robot <[email protected]>
Acked-by: Kyle Edwards <[email protected]>
Merge-request: !6083
Brad King hace 4 años
padre
commit
d31b6657a6
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Help/guide/ide-integration/index.rst

+ 3 - 3
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
 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
 vendors may also wish to refer to the CMake source code and test cases for a
 better understanding of how to implement the format.
 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
 Configuring
 ===========
 ===========