I put the wrong link

This commit is contained in:
Toastie 2024-12-27 03:52:56 +13:00
parent 3ed8dfc06b
commit 9641cdb0f1
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -53,7 +53,7 @@ It is highly recommended to use the interview template JSON schema to get live v
[ [
"interview-template*.json" "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
<summary>Jetbrains Editors</summary> <summary>Jetbrains Editors</summary>
1. Go to `File->Settings->Languages & Frameworks->Schemas->JSON Schema Mapping`. 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. 3. Restart your editor and all interview templates should now automatically be set to the correct schema in the bottom right of the window.
</details> </details>