Skip to content

Commit 84a5388

Browse files
authored
Merge pull request #69 from P1tt187/patch-1
fix schema urls
2 parents 75c5701 + 411935a commit 84a5388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/tools/teddyCloud/tecdoc/edit-local.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Example:
2323

2424
```json
2525
{
26-
"$schema": "{{< siteurl >}}teddyCloud/tecdoc/content-json-schema.json",
26+
"$schema": "{{< siteurl >}}/teddyCloud/tecdoc/content-json-schema.json",
2727
"live": false,
2828
"nocloud": false,
2929
"source": "",
@@ -50,11 +50,11 @@ Add the following parts to the `settings.json`:
5050
"json.schemas": [
5151
{
5252
"fileMatch": ["tonies.custom.json"],
53-
"url": "{{< siteurl >}}teddyCloud/tecdoc/tonies-custom-json-schema.json"
53+
"url": "{{< siteurl >}}/teddyCloud/tecdoc/tonies-custom-json-schema.json"
5454
},
5555
{
5656
"fileMatch": ["tonieboxes.custom.json"],
57-
"url": "{{< siteurl >}}teddyCloud/tecdoc/tonieboxes-custom-json-schema.json"
57+
"url": "{{< siteurl >}}/teddyCloud/tecdoc/tonieboxes-custom-json-schema.json"
5858
}
5959
]
6060
}
@@ -64,7 +64,7 @@ Add the following parts to the `settings.json`:
6464

6565
```json
6666
{
67-
"$schema": "{{< siteurl >}}teddyCloud/tecdoc/plalist-tap-json-schema.json",
67+
"$schema": "{{< siteurl >}}/teddyCloud/tecdoc/plalist-tap-json-schema.json",
6868
"type": "tap",
6969
"audio_id": 0,
7070
"filepath": "lib://by/tapID/radio.taf",

0 commit comments

Comments
 (0)