From e14ef50d02a61f913cdf0d90bcca4d9787c0168a Mon Sep 17 00:00:00 2001 From: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> Date: Wed, 19 Oct 2022 07:52:15 -0700 Subject: [PATCH] Docs: Fix broken InfluxDB starting guide links (#57235) * Docs: Fix broken InfluxDB starting guide links * Docs: Fix another link to panel adding docs --- .../sources/getting-started/get-started-grafana-influxdb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/getting-started/get-started-grafana-influxdb.md b/docs/sources/getting-started/get-started-grafana-influxdb.md index 10ddb0dcd85..99141453fd3 100644 --- a/docs/sources/getting-started/get-started-grafana-influxdb.md +++ b/docs/sources/getting-started/get-started-grafana-influxdb.md @@ -75,8 +75,8 @@ Grafana displays a list of possible series. Click one to select it, and Grafana Create a simple Flux query. -1. [Add a panel](../panels/add-a-panel.md). -1. In the query editor, select your InfluxDB-Flux data source. For more information, refer to [Queries](../panels/queries.md). +1. [Add a panel]({{< relref "../dashboards/build-dashboards/create-dashboard/" >}}). +1. In the query editor, select your InfluxDB-Flux data source. For more information, refer to [Queries]({{< relref "../panels-visualizations/query-transform-data/" >}}). 1. Select the **Table** visualization. 1. In the query editor text field, enter `buckets()` and then click outside of the query editor. @@ -96,7 +96,7 @@ You can also create Flux queries in the InfluxDB Explore view. ![InfluxDB Explore Script Editor](/static/img/docs/influxdb/explore-query-text-7-5.png) -1. In Grafana, [add a panel](../panels/add-a-panel.md) and then paste your Flux code into the query editor. +1. In Grafana, [add a panel]({{< relref "../dashboards/build-dashboards/create-dashboard/" >}}) and then paste your Flux code into the query editor. 1. Click **Apply**. Your new panel should be visible with data from your Flux query. #### Check InfluxDB metrics in Grafana Explore