From 7dbaa408a0078eaea9857a7b29090c2d067b6b82 Mon Sep 17 00:00:00 2001 From: Brian Gann Date: Mon, 22 Jul 2019 12:05:24 -0500 Subject: [PATCH] fix path to images --- src/plugin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index ac7c62c..d4674b3 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -22,11 +22,11 @@ {"name": "MIT License", "url": "https://github.com/grafana/piechart-panel/blob/master/LICENSE"} ], "screenshots": [ - {"name": "Donut!", "path": "src/img/piechart-donut.png"}, - {"name": "Legend on the graph", "path": "src/img/piechart-legend-on-graph.png"}, - {"name": "Legend to the right", "path": "src/img/piechart-legend-rhs.png"}, - {"name": "Legend underneath", "path": "src/img/piechart-legend-under.png"}, - {"name": "Piechart options", "path": "src/img/piechart-options.png"} + {"name": "Donut!", "path": "img/piechart-donut.png"}, + {"name": "Legend on the graph", "path": "img/piechart-legend-on-graph.png"}, + {"name": "Legend to the right", "path": "img/piechart-legend-rhs.png"}, + {"name": "Legend underneath", "path": "img/piechart-legend-under.png"}, + {"name": "Piechart options", "path": "img/piechart-options.png"} ], "version": "%VERSION%", "updated": "%TODAY%"