Skip to content

Commit 22ba301

Browse files
fix: update the reference to plugin.json schema
1 parent d3075c9 commit 22ba301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "MQTT",
55
"id": "grafana-mqtt-datasource",
@@ -40,4 +40,4 @@
4040
"grafanaDependency": ">=9.1.0",
4141
"plugins": []
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)