doc(readme): fix the schema location

This commit is contained in:
2024-12-01 08:48:33 +01:00
parent 84363be0e8
commit 628b35d471

View File

@@ -260,7 +260,7 @@ return {
settings = { settings = {
yaml = { yaml = {
schemas = { schemas = {
["https://raw.githubusercontent.com/metal3d/katenary/refs/heads/master/katenary.json"] = "katenary.yaml", ["https://raw.githubusercontent.com/metal3d/katenary/master/katenary.json"] = "katenary.yaml",
}, },
}, },
}, },
@@ -276,12 +276,12 @@ Use this address to validate the `katenary.yaml` file in VSCode:
```json ```json
{ {
"yaml.schemas": { "yaml.schemas": {
"https://raw.githubusercontent.com/metal3d/katenary/refs/heads/master/katenary.json": "katenary.yaml" "https://raw.githubusercontent.com/metal3d/katenary/master/katenary.json": "katenary.yaml"
} }
} }
``` ```
> You can, of course, replace the `refs/heads/master` with a specific tag or branch. > You can, of course, replace the `master` with a specific tag or branch.
## What a name… ## What a name…