Skip to content

Commit 7e11209

Browse files
authored
fix(schema): Update links to UI5 CLI related schemas (SchemaStore#4974)
1 parent 5f24b24 commit 7e11209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/api/json/catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6024,7 +6024,7 @@
60246024
},
60256025
{
60266026
"name": "ui5.yaml",
6027-
"description": "UI5 Tooling Configuration File (ui5.yaml)",
6027+
"description": "UI5 CLI Configuration File (ui5.yaml)",
60286028
"fileMatch": [
60296029
"ui5.yaml",
60306030
"*-ui5.yaml",
@@ -6033,11 +6033,11 @@
60336033
"ui5-dist.yaml",
60346034
"ui5-local.yaml"
60356035
],
6036-
"url": "https://sap.github.io/ui5-tooling/schema/ui5.yaml.json"
6036+
"url": "https://ui5.github.io/cli/schema/ui5.yaml.json"
60376037
},
60386038
{
60396039
"name": "ui5-workspace.yaml",
6040-
"description": "UI5 Tooling Workspace Configuration File (ui5-workspace.yaml)",
6040+
"description": "UI5 CLI Workspace Configuration File (ui5-workspace.yaml)",
60416041
"fileMatch": [
60426042
"ui5-workspace.yaml",
60436043
"*-ui5-workspace.yaml",
@@ -6046,7 +6046,7 @@
60466046
"ui5-workspace-dist.yaml",
60476047
"ui5-workspace-local.yaml"
60486048
],
6049-
"url": "https://sap.github.io/ui5-tooling/schema/ui5-workspace.yaml.json"
6049+
"url": "https://ui5.github.io/cli/schema/ui5-workspace.yaml.json"
60506050
},
60516051
{
60526052
"name": "UTAM Page Object",

0 commit comments

Comments
 (0)