From f4dd8bebdfc0f4e2932198a731e1bfbc1ddee08a Mon Sep 17 00:00:00 2001 From: jpapp25 Date: Fri, 15 Oct 2021 12:11:13 -0500 Subject: [PATCH] Update _index.md (#40257) Clicking the "Getting started with Grafana" link does nothing in this page. Added the additional "getting-started" to the ref. Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> --- 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 a35be889bb4..efe1ee169d6 100644 --- a/docs/sources/getting-started/_index.md +++ b/docs/sources/getting-started/_index.md @@ -8,6 +8,6 @@ aliases = ["/docs/grafana/latest/guides/what-is-grafana"] This section provides guidance on how to install Grafana and build your first dashboard. It also provides step by step instructions on how to add a Prometheus or an InfluxDB data source. Refer to [Data sources]({{< relref "../datasources/_index.md" >}}) for a list of all supported data sources. -- [Getting started with Grafana]({{< relref "/getting-started.md" >}}) +- [Getting started with Grafana]({{< relref "getting-started.md" >}}) - [Getting started with Grafana and InfluxDB]({{< relref "getting-started-influxdb.md" >}}) - [Getting started with Grafana and Prometheus]({{< relref "getting-started-prometheus.md" >}})