From dcabecdaf42133265ac852410e1be78d0da9fff6 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 21 Aug 2020 17:14:55 -0600 Subject: [PATCH] more flux link cleanup --- .../influxdb/v1.7/about_the_project/releasenotes-changelog.md | 2 +- content/influxdb/v1.7/flux/guides/sql.md | 2 +- content/influxdb/v1.7/query_language/functions.md | 2 +- content/influxdb/v1.7/troubleshooting/query_management.md | 2 +- .../influxdb/v1.8/about_the_project/releasenotes-changelog.md | 4 ++-- content/influxdb/v1.8/flux/guides/sql.md | 2 +- content/influxdb/v1.8/query_language/functions.md | 2 +- content/influxdb/v1.8/troubleshooting/query_management.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/influxdb/v1.7/about_the_project/releasenotes-changelog.md b/content/influxdb/v1.7/about_the_project/releasenotes-changelog.md index 413bff36e..147d752f2 100644 --- a/content/influxdb/v1.7/about_the_project/releasenotes-changelog.md +++ b/content/influxdb/v1.7/about_the_project/releasenotes-changelog.md @@ -198,7 +198,7 @@ Support for the Flux language and queries has been added in this release. To beg * Enable Flux using the new configuration setting [`[http] flux-enabled = true`](/influxdb/v1.7/administration/config/#flux-enabled-false). * Use the new [`influx -type=flux`](/influxdb/v1.7/tools/shell/#type) option to enable the Flux REPL shell for creating Flux queries. -* Read about Flux and the Flux language, enabling Flux, or jump into the getting started and other guides in the [Flux v0.7 (technical preview) documentation](/flux/v0.7/). +* Read about Flux and the Flux language, enabling Flux, or jump into the getting started and other guides. #### Time Series Index (TSI) query performance and throughputs improvements diff --git a/content/influxdb/v1.7/flux/guides/sql.md b/content/influxdb/v1.7/flux/guides/sql.md index 8e1db2ce0..2d03d1d6e 100644 --- a/content/influxdb/v1.7/flux/guides/sql.md +++ b/content/influxdb/v1.7/flux/guides/sql.md @@ -22,7 +22,7 @@ list_code_example: | ``` --- -The [Flux](/flux/v0.65) `sql` package provides functions for working with SQL data sources. +The Flux `sql` package provides functions for working with SQL data sources. [`sql.from()`](/{{< latest "influxdb" "v2" >}}/reference/flux/stdlib/sql/from/) lets you query SQL data sources like [PostgreSQL](https://www.postgresql.org/) and [MySQL](https://www.mysql.com/), and use the results with InfluxDB dashboards, tasks, and other operations. diff --git a/content/influxdb/v1.7/query_language/functions.md b/content/influxdb/v1.7/query_language/functions.md index f3761d909..c10759ade 100644 --- a/content/influxdb/v1.7/query_language/functions.md +++ b/content/influxdb/v1.7/query_language/functions.md @@ -4374,7 +4374,7 @@ InfluxDB then rounds those averages down to the nearest integer. _InfluxQL does not currently support histogram generation. For information about creating histograms with data stored in InfluxDB, see -[Flux's `histogram()` function](/flux/v0.7/functions/transformations/histogram)._ +[Flux's `histogram()` function](/{{< latest "influxdb" "v2" >}}/reference/flux/stdlib/transformations/histogram)._ ### LN() diff --git a/content/influxdb/v1.7/troubleshooting/query_management.md b/content/influxdb/v1.7/troubleshooting/query_management.md index 6afb60e32..dd6d160fc 100644 --- a/content/influxdb/v1.7/troubleshooting/query_management.md +++ b/content/influxdb/v1.7/troubleshooting/query_management.md @@ -14,7 +14,7 @@ Manage your InfluxQL queries using the following: - [KILL QUERIES](#stop-currently-running-queries-with-kill-query) to stop queries overloading your system - [Configuration settings](#configuration-settings-for-query-management) to prevent and halt the execution of inefficient queries -> The commands and configurations provided on this page are for **Influx Query Language (InfluxQL) only** -- **no equivalent set of Flux commands and configurations currently exists**. For the most current Flux documentation, see [Get started with Flux](/flux/v0.50/introduction/getting-started/). +> The commands and configurations provided on this page are for **Influx Query Language (InfluxQL) only** -- **no equivalent set of Flux commands and configurations currently exists**. For the most current Flux documentation, see [Get started with Flux](/influxdb/v1.8/flux/get-started/). ## List currently-running queries with `SHOW QUERIES` diff --git a/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md b/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md index ccecb63d1..d1d899b9f 100644 --- a/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md +++ b/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md @@ -34,7 +34,7 @@ menu: #### Flux v0.65 ready for production use -This release updates support for the Flux language and queries. To learn about Flux design principles and see how to get started with Flux, see [Introduction to Flux](/flux/v0.65/introduction/). +This release updates support for the Flux language and queries. To learn about Flux design principles and see how to get started with Flux, see [Introduction to Flux](/influxdb/v1.8/flux/). * Use the new [`influx -type=flux`](/influxdb/v1.8/tools/shell/#type) option to enable the Flux REPL shell for creating Flux queries. @@ -277,7 +277,7 @@ Support for the Flux language and queries has been added in this release. To beg * Enable Flux using the new configuration setting [`[http] flux-enabled = true`](/influxdb/v1.7/administration/config/#flux-enabled-false). * Use the new [`influx -type=flux`](/influxdb/v1.7/tools/shell/#type) option to enable the Flux REPL shell for creating Flux queries. -* Read about Flux and the Flux language, enabling Flux, or jump into the getting started and other guides in the [Flux v0.7 (technical preview) documentation](/flux/v0.7/). +* Read about Flux and the Flux language, enabling Flux, or jump into the getting started and other guides. #### Time Series Index (TSI) query performance and throughputs improvements diff --git a/content/influxdb/v1.8/flux/guides/sql.md b/content/influxdb/v1.8/flux/guides/sql.md index 587168db6..ebb0b7ca2 100644 --- a/content/influxdb/v1.8/flux/guides/sql.md +++ b/content/influxdb/v1.8/flux/guides/sql.md @@ -22,7 +22,7 @@ list_code_example: | ``` --- -The [Flux](/flux/v0.65) `sql` package provides functions for working with SQL data sources. +The Flux `sql` package provides functions for working with SQL data sources. [`sql.from()`](/{{< latest "influxdb" "v2" >}}/reference/flux/stdlib/sql/from/) lets you query SQL data sources like [PostgreSQL](https://www.postgresql.org/), [MySQL](https://www.mysql.com/), and [SQLite](https://www.sqlite.org/index.html), and use the results with InfluxDB diff --git a/content/influxdb/v1.8/query_language/functions.md b/content/influxdb/v1.8/query_language/functions.md index 2e561e0c5..385f2cf61 100644 --- a/content/influxdb/v1.8/query_language/functions.md +++ b/content/influxdb/v1.8/query_language/functions.md @@ -4374,7 +4374,7 @@ InfluxDB then rounds those averages down to the nearest integer. _InfluxQL does not currently support histogram generation. For information about creating histograms with data stored in InfluxDB, see -[Flux's `histogram()` function](/flux/v0.7/functions/transformations/histogram)._ +[Flux's `histogram()` function](/{{< latest "influxdb" "v2" >}}/reference/flux/stdlib/transformations/histogram)._ ### LN() diff --git a/content/influxdb/v1.8/troubleshooting/query_management.md b/content/influxdb/v1.8/troubleshooting/query_management.md index 59dd3bfd3..8aa2d4a8f 100644 --- a/content/influxdb/v1.8/troubleshooting/query_management.md +++ b/content/influxdb/v1.8/troubleshooting/query_management.md @@ -14,7 +14,7 @@ Manage your InfluxQL queries using the following: - [KILL QUERIES](#stop-currently-running-queries-with-kill-query) to stop queries overloading your system - [Configuration settings](#configuration-settings-for-query-management) to prevent and halt the execution of inefficient queries -> The commands and configurations provided on this page are for **Influx Query Language (InfluxQL) only** -- **no equivalent set of Flux commands and configurations currently exists**. For the most current Flux documentation, see [Get started with Flux](/flux/v0.50/introduction/getting-started/). +> The commands and configurations provided on this page are for **Influx Query Language (InfluxQL) only** -- **no equivalent set of Flux commands and configurations currently exists**. For the most current Flux documentation, see [Get started with Flux](/influxdb/v1.8/flux/get-started/). ## List currently-running queries with `SHOW QUERIES`