From 9641cdb0f1c09971de19a4a58d974ae51cf7a49f Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 27 Dec 2024 03:52:56 +1300 Subject: [PATCH] I put the wrong link --- docs/InterviewTemplates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/InterviewTemplates.md b/docs/InterviewTemplates.md index b223bda..61273b7 100644 --- a/docs/InterviewTemplates.md +++ b/docs/InterviewTemplates.md @@ -53,7 +53,7 @@ It is highly recommended to use the interview template JSON schema to get live v [ "interview-template*.json" ], - "url": "https://raw.githubusercontent.com/KarlOfDuty/SupportBoi/refs/heads/main/Interviews/interview_template.schema.json" + "url": "https://toastielab.dev/Emotions-stuff/SupportChild/raw/branch/main/Interviews/interview_template.schema.json" } ] } @@ -67,7 +67,7 @@ It is highly recommended to use the interview template JSON schema to get live v Jetbrains Editors 1. Go to `File->Settings->Languages & Frameworks->Schemas->JSON Schema Mapping`. -2. Add a new schema with the following URL: `https://raw.githubusercontent.com/KarlOfDuty/SupportBoi/refs/heads/main/Interviews/interview_template.schema.json`. +2. Add a new schema with the following URL: `https://toastielab.dev/Emotions-stuff/SupportChild/raw/branch/main/Interviews/interview_template.schema.json`. 3. Restart your editor and all interview templates should now automatically be set to the correct schema in the bottom right of the window.