From ff7b9290440d2d90bb67af6525140340a1d7f2fe Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 17 Apr 2023 13:18:34 -0600 Subject: [PATCH] hotfix: update grafana flight sql plugin instructions --- content/influxdb/cloud-iox/query-data/tools/grafana.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/influxdb/cloud-iox/query-data/tools/grafana.md b/content/influxdb/cloud-iox/query-data/tools/grafana.md index ba7b297de..f4dec635e 100644 --- a/content/influxdb/cloud-iox/query-data/tools/grafana.md +++ b/content/influxdb/cloud-iox/query-data/tools/grafana.md @@ -65,10 +65,9 @@ mkdir -p /custom/plugins/directory/ && cd $_ ## Download the Grafana Flight SQL plugin -Download the latest [Grafana Flight SQL plugin (influxdata/grafana-flightsql-datasource)](https://github.com/influxdata/grafana-flightsql-datasource/releases). - -The following shell script downloads and extracts the latest Flight SQL plugin -source code into the the current working directory. +Use the following shell script to download and extract the latest +[Grafana Flight SQL plugin](https://github.com/influxdata/grafana-flightsql-datasource/releases) +into the the current working directory. **Run the following inside your [custom plugin directory](#create-a-custom-plugins-directory):** ```sh