Skip to content

Commit

Permalink
docs: fix img assets paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed May 24, 2022
1 parent 9f16634 commit 591cc08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%",
Expand All @@ -45,4 +45,4 @@
"grafanaDependency": ">=7.1.0",
"plugins": []
}
}
}

0 comments on commit 591cc08

Please sign in to comment.