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:
Yulia Shanyrova
2025-03-20 09:25:04 +01:00
committed by GitHub
parent a858ddc470
commit cbdf2eecab
10 changed files with 49 additions and 10 deletions

View File

@ -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"