Skip to content

Commit f00270f

Browse files
[projmgr] Update documentation links in schemas
1 parent 2b0b83d commit f00270f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tools/projmgr/schemas/common.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
},
737737
"ComponentsType": {
738738
"type": "array",
739-
"title": "Software components from packs\nDocumentation: https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/YML-Input-Format.md#components",
739+
"title": "Software components from packs\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#components",
740740
"description": "List of software components that are added from packs. Can be applied in *.cproject.yml and *.clayer.yml files.",
741741
"uniqueItems": true,
742742
"minItems": 1,
@@ -1453,7 +1453,7 @@
14531453
"required": [ "connect" ]
14541454
},
14551455
"LinkersType": {
1456-
"title": "Control Linker Script Generation\nDocumentation: https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/YML-Input-Format.md#linker",
1456+
"title": "Control Linker Script Generation\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#linker",
14571457
"description": "Specifies an explicit linker script and/or memory regions header file. Can be applied in *.cproject.yml and *.clayer.yml files.",
14581458
"type": "array",
14591459
"uniqueItems": true,

tools/projmgr/schemas/cproject.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/cproject.schema.json",
4-
"title": "CMSIS Project\nDocumentation: https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/YML-Input-Format.md#project",
4+
"title": "CMSIS Project\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#project",
55
"description": "Source files and pre-configured components of a sub-project that builds independently.",
66
"version": "2.6.0",
77
"type": "object",

tools/projmgr/schemas/csolution.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/csolution.schema.json",
4-
"title": "CMSIS Solution\nDocumentation: https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/YML-Input-Format.md#solution",
4+
"title": "CMSIS Solution\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#solution",
55
"description": "Complete scope of an application composed of sub-projects; defines target and build types.",
66
"version": "2.6.0",
77
"type": "object",

0 commit comments

Comments
 (0)