From 3548cc0c6c20271be6a02e5c7348b179e9d2acab Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:06:31 -0500 Subject: [PATCH] [v10.0.x] Update _index.md (#72700) 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 53e8f5a9866..ebda5f5aeea 100644 --- a/docs/sources/getting-started/_index.md +++ b/docs/sources/getting-started/_index.md @@ -12,6 +12,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 >}}