From f8f44f28d31c912e9ab4d778f6ef97ef3d7ac433 Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 6 Jun 2024 17:18:43 +0100 Subject: [PATCH] chore: update mssql readme (#88859) Adds better docs link --- public/app/plugins/datasource/mssql/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/mssql/README.md b/public/app/plugins/datasource/mssql/README.md index 34eb6e4a170..7f7f0ce81e5 100644 --- a/public/app/plugins/datasource/mssql/README.md +++ b/public/app/plugins/datasource/mssql/README.md @@ -9,4 +9,6 @@ Grafana ships with a built-in Microsoft SQL Server (MSSQL) data source plugin th 3. Click the `+ Add data source` button in the top header. 4. Select _Microsoft SQL Server_ from the _Type_ dropdown. -For more information, check the [docs](http://docs.grafana.org/). +Read more about it here: + +[https://grafana.com/docs/grafana/latest/datasources/mssql/](https://grafana.com/docs/grafana/latest/datasources/mssql/)