From e0bf2c19b9a6a542b84a33e497528d39a209261d Mon Sep 17 00:00:00 2001 From: DiamondMofeng <363034937@qq.com> Date: Wed, 5 Apr 2023 11:56:16 +0800 Subject: [PATCH] docs(plugin readme): add link of Greptime website --- src/plugin.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index 604b8f1..0fcc7b1 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -20,12 +20,16 @@ }, "links": [ { - "name": "Website", - "url": "https://github.com/grafana/grafana-starter-datasource" + "name": "Greptime", + "url": "https://www.greptime.com/" + }, + { + "name": "Github", + "url": "https://github.com/DiamondMofeng/grafana-greptime-datasource" }, { "name": "License", - "url": "https://github.com/grafana/grafana-starter-datasource/blob/master/LICENSE" + "url": "https://github.com/DiamondMofeng/grafana-greptime-datasource/blob/main/LICENSE" } ], "screenshots": [ @@ -46,4 +50,4 @@ "grafanaDependency": "^9.2.5", "plugins": [] } -} \ No newline at end of file +}