From 297366a103445f59488efbb7316aaafc7d0b647b Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 29 Nov 2020 13:11:19 +0100 Subject: [PATCH] meshcentral-config-schema.json: Fix schema URL Signed-off-by: Aaron --- meshcentral-config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index da376007..fb8fa6ab 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -1,5 +1,5 @@ { - "id": "http://info.meshcentral.com/download/meshcentral-config-schema.json", + "id": "https://info.meshcentral.com/downloads/meshcentral-config-schema.json", "$schema": "http://json-schema.org/draft-04/schema#", "description": "MeshCentral configuration file schema", "type": "object",