Skip to content

Commit

Permalink
move img relative to the plugin.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskniep committed Feb 28, 2022
1 parent 9806962 commit 7f2855a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions neo4j-datasource-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Allows Neo4j to be used as a DataSource for Grafana

Configure Neo4j as DataSource

![DataSource Config Editor](https://raw.githubusercontent.com/denniskniep/grafana-datasource-plugin-neo4j/main/images/DataSourceConfigEditor.png)
![DataSource Config Editor](https://raw.githubusercontent.com/denniskniep/grafana-datasource-plugin-neo4j/main/neo4j-datasource-plugin/src/img/DataSourceConfigEditor.png)

## Query Data

Query Neo4j DataSource with Cypher Query Language

![DataSource Query Editor](https://raw.githubusercontent.com/denniskniep/grafana-datasource-plugin-neo4j/main/images/DataSourceQueryEditor.png)
![DataSource Query Editor](https://raw.githubusercontent.com/denniskniep/grafana-datasource-plugin-neo4j/main/neo4j-datasource-plugin/src/img/DataSourceQueryEditor.png)
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions neo4j-datasource-plugin/src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"screenshots":[
{
"name": "DataSource Config Editor",
"path": "https://raw.githubusercontent.com/denniskniep/grafana-datasource-plugin-neo4j/main/images/DataSourceConfigEditor.png"
"path": "img/DataSourceConfigEditor.png"
},
{
"name": "DataSource Query Editor",
"path": "https://raw.githubusercontent.com/denniskniep/grafana-datasource-plugin-neo4j/main/images/DataSourceQueryEditor.png"
"path": "img/DataSourceQueryEditor.png"
}
],
"version": "%VERSION%",
Expand Down

0 comments on commit 7f2855a

Please sign in to comment.