From ee5b266ae2386ce1d4e02521b050753f9786f398 Mon Sep 17 00:00:00 2001 From: qu1ck Date: Thu, 9 Feb 2023 02:44:45 +0000 Subject: [PATCH] Update schema links in vcpkg config files --- vcpkg-configuration.json | 1 + vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 1fc953bf8e..606edc786d 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json", "default-registry": { "kind": "git", "repository": "https://github.com/microsoft/vcpkg", diff --git a/vcpkg.json b/vcpkg.json index 0968bc2912..d2428cc7e1 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "kicad", "version": "6.99", "license": "GPL-2.0+",