From bdea52185aae9a4b1acbcbcff91c0ebd1c37a4cb Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 19 Aug 2025 23:15:15 +0200 Subject: [PATCH] feat(repo): Change raw URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bc25b4..60f6d0b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ is continuously updated. It's preferable to use releases. You can use this commands on Linux: ```bash -sh <(curl -sSL https://raw.githubusercontent.com/Katenary/katenary/master/install.sh) +sh <(curl -sSL https://repo.katenary.io/Katenary/katenary/raw/branch/master/install.sh) ``` ## Or, build yourself @@ -269,7 +269,7 @@ return { settings = { yaml = { schemas = { - ["https://raw.githubusercontent.com/Katenary/katenary/master/katenary.json"] = "katenary.yaml", + ["https://repo.katenary.io/Katenary/katenary/raw/branch/master/katenary.json"] = "katenary.yaml", }, }, }, @@ -285,7 +285,7 @@ Use this address to validate the `katenary.yaml` file in VSCode: ```json { "yaml.schemas": { - "https://raw.githubusercontent.com/Katenary/katenary/master/katenary.json": "katenary.yaml" + "https://repo.katenary.io/Katenary/katenary/raw/branch/master/katenary.json": "katenary.yaml" } } ```