Skip to content

Commit 628b35d

Browse files
committed
doc(readme): fix the schema location
1 parent 84363be commit 628b35d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ return {
260260
settings = {
261261
yaml = {
262262
schemas = {
263-
["https://raw.githubusercontent.com/metal3d/katenary/refs/heads/master/katenary.json"] = "katenary.yaml",
263+
["https://raw.githubusercontent.com/metal3d/katenary/master/katenary.json"] = "katenary.yaml",
264264
},
265265
},
266266
},
@@ -276,12 +276,12 @@ Use this address to validate the `katenary.yaml` file in VSCode:
276276
```json
277277
{
278278
"yaml.schemas": {
279-
"https://raw.githubusercontent.com/metal3d/katenary/refs/heads/master/katenary.json": "katenary.yaml"
279+
"https://raw.githubusercontent.com/metal3d/katenary/master/katenary.json": "katenary.yaml"
280280
}
281281
}
282282
```
283283

284-
> You can, of course, replace the `refs/heads/master` with a specific tag or branch.
284+
> You can, of course, replace the `master` with a specific tag or branch.
285285

286286
## What a name…
287287

0 commit comments

Comments
 (0)