From b1916959ba40897864456c564cb95a340d57bcbc Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:50:48 -0500 Subject: [PATCH] [Docs v9.5.x] Manual backport - Update _index.md (#72222) (#72817) Update _index.md (#72222) The existing link will take new users to the Data Source Management page which falls under that administration section and is perhaps more advanced that we want for a new user. The updated link takes new users to what I think was the intended "Data Sources" page. (cherry picked from commit b8118520e42ff7d989eda5352076ee94cd198ed5) Co-authored-by: Iain Finlayson --- docs/sources/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/getting-started/_index.md b/docs/sources/getting-started/_index.md index 49a09177d3d..109ec25f1d6 100644 --- a/docs/sources/getting-started/_index.md +++ b/docs/sources/getting-started/_index.md @@ -7,6 +7,6 @@ weight: 9 # Get started -This section provides guidance on how build your first dashboard after you have installed Grafana. It also provides step-by-step instructions on how to add a Prometheus, InfluxDB, or an MS SQL Server data source. Refer to [Data sources]({{< relref "../administration/data-source-management/" >}}) for a list of all supported data sources. +This section provides guidance on how build your first dashboard after you have installed Grafana. It also provides step-by-step instructions on how to add a Prometheus, InfluxDB, or an MS SQL Server data source. Refer to [Data sources]({{< relref "../datasources" >}}) for a list of all supported data sources. {{< section >}}