Skip to content

Commit c95f6e6

Browse files
authored
Fix the website URL in plugin.json (#93)
The links section should refer to Athena and not Redshift
1 parent 0d95cd4 commit c95f6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"links": [
3030
{
3131
"name": "Website",
32-
"url": "https://github.com/grafana/redshift-datasource"
32+
"url": "https://github.com/grafana/athena-datasource"
3333
},
3434
{
3535
"name": "License",
36-
"url": "https://github.com/grafana/redshift-datasource/blob/master/LICENSE"
36+
"url": "https://github.com/grafana/athena-datasource/blob/master/LICENSE"
3737
}
3838
],
3939
"screenshots": [],

0 commit comments

Comments
 (0)