diff --git a/config/2022/config.json b/config/2022/config.json index 007ebd8..6888e62 100644 --- a/config/2022/config.json +++ b/config/2022/config.json @@ -1,5 +1,5 @@ { - "$schema": "../schema.json", + "$schema": "https://frc2713.github.io/QRScout/schema.json", "title": "QRScout", "page_title": "Rapid React", "sections": [ diff --git a/config/2023/config.json b/config/2023/config.json index 3842d7a..0de494c 100644 --- a/config/2023/config.json +++ b/config/2023/config.json @@ -1,5 +1,5 @@ { - "$schema": "../schema.json", + "$schema": "https://frc2713.github.io/QRScout/schema.json", "title": "QRScout", "page_title": "Charged Up", "sections": [ diff --git a/config/2024/config.json b/config/2024/config.json index 5648312..571bc41 100644 --- a/config/2024/config.json +++ b/config/2024/config.json @@ -1,5 +1,5 @@ { - "$schema": "../schema.json", + "$schema": "https://frc2713.github.io/QRScout/schema.json", "title": "QRScout", "page_title": "Crescendo", "delimiter": "\t", @@ -247,4 +247,4 @@ ] } ] -} \ No newline at end of file +}