doc(readme): fix the schema location
This commit is contained in:
@@ -260,7 +260,7 @@ return {
|
||||
settings = {
|
||||
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",
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -276,12 +276,12 @@ Use this address to validate the `katenary.yaml` file in VSCode:
|
||||
```json
|
||||
{
|
||||
"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…
|
||||
|
||||
|
Reference in New Issue
Block a user