mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
Plugins: Update some links in plugin jsons due of mistakes in previous PR (#102214)
* update some links in plugin jsons update backend tests * fix the test * fix the test * Update public/app/plugins/datasource/azuremonitor/plugin.json Co-authored-by: David Harris <david.harris@grafana.com> * more docs links added, fix tests --------- Co-authored-by: David Harris <david.harris@grafana.com>
This commit is contained in:
@ -16,7 +16,13 @@
|
||||
"large": "img/sql_server_logo.svg"
|
||||
},
|
||||
"version": "%VERSION%",
|
||||
"links": [{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" }]
|
||||
"links": [
|
||||
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
||||
{
|
||||
"name": "Documentation",
|
||||
"url": "https://grafana.com/docs/grafana/latest/datasources/mssql/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"grafanaDependency": ">=10.4.0"
|
||||
|
Reference in New Issue
Block a user