File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ return {
260
260
settings = {
261
261
yaml = {
262
262
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",
264
264
},
265
265
},
266
266
},
@@ -276,12 +276,12 @@ Use this address to validate the `katenary.yaml` file in VSCode:
276
276
` ` ` json
277
277
{
278
278
"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"
280
280
}
281
281
}
282
282
` ` `
283
283
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.
285
285
286
286
# # What a name…
287
287
You can’t perform that action at this time.
0 commit comments