From 7f7e81f832403dc98f3cadbb61f6f4957aa58a16 Mon Sep 17 00:00:00 2001 From: Alexander Kilian Date: Tue, 12 Oct 2021 17:00:00 +0200 Subject: [PATCH] correct spelling of InfluxDB in link text (#40312) --- 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 dc47eb43593..a35be889bb4 100644 --- a/docs/sources/getting-started/_index.md +++ b/docs/sources/getting-started/_index.md @@ -9,5 +9,5 @@ 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 and InfuxDB]({{< relref "getting-started-influxdb.md" >}}) +- [Getting started with Grafana and InfluxDB]({{< relref "getting-started-influxdb.md" >}}) - [Getting started with Grafana and Prometheus]({{< relref "getting-started-prometheus.md" >}})