From 3baec71ccee4470980734eb89a20844b68c6451f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 17 Aug 2021 17:35:48 -0400 Subject: [PATCH] Relative reference error for influxdb gettting started guide (#37979) (#37982) (cherry picked from commit 9008ebd27a536cd48c30644bcb045bec44603907) Co-authored-by: Petros Kolyvas --- docs/sources/getting-started/getting-started-influxdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/getting-started/getting-started-influxdb.md b/docs/sources/getting-started/getting-started-influxdb.md index d8657dbf891..63bac743513 100644 --- a/docs/sources/getting-started/getting-started-influxdb.md +++ b/docs/sources/getting-started/getting-started-influxdb.md @@ -107,5 +107,5 @@ There you go! Use Explore and Data Explorer to experiment with your data, and ad Here are some resources to learn more: -- Grafana documentation: [InfluxDB data source](../datasources/influxdb/_index.md) +- Grafana documentation: [InfluxDB data source]({{< relref "../datasources/influxdb/_index.md" >}}) - InfluxDB documentation: [Comparison of Flux vs InfluxQL](https://docs.influxdata.com/influxdb/v1.8/flux/flux-vs-influxql/)