From 591cc08aa7463300c7428c125affdf61f8132ee3 Mon Sep 17 00:00:00 2001 From: hbollon Date: Tue, 24 May 2022 14:25:42 +0200 Subject: [PATCH] docs: fix img assets paths --- src/plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index 5923d38..70aece6 100755 --- a/src/plugin.json +++ b/src/plugin.json @@ -31,11 +31,11 @@ "screenshots": [ { "name": "Dashboard", - "path": "images/overview.png" + "path": "img/overview.png" }, { "name": "QueryEditor", - "path": "images/table.png" + "path": "img/table.png" } ], "version": "%VERSION%", @@ -45,4 +45,4 @@ "grafanaDependency": ">=7.1.0", "plugins": [] } -} \ No newline at end of file +}