From 6c031d971e85e05549ea894914b8c0a737d044e0 Mon Sep 17 00:00:00 2001 From: Levente Balogh Date: Tue, 28 May 2024 09:03:47 +0200 Subject: [PATCH] fix: update the reference to plugin.json schema --- src/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.json b/src/plugin.json index f5bf9d71..e2bd3101 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", "type": "datasource", "name": "ClickHouse", "id": "grafana-clickhouse-datasource",