From 628b35d4714993f22bfd6da24fa483107cb1770a Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 1 Dec 2024 08:48:33 +0100 Subject: [PATCH] doc(readme): fix the schema location --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecb04bc..2a0d6b0 100644 --- a/README.md +++ b/README.md @@ -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…