Merge pull request #1427 from influxdata/fix-flux-links

Fix broken link and add redirect
pull/1435/head
noramullen1 2020-09-11 09:19:58 -07:00 committed by GitHub
commit 627af65e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
title: Query data with Flux
description: Guides that walk through both common and complex queries and use cases for Flux.
weight: 3
aliases:
- /flux/latest/
- /flux/latest/introduction
menu:
influxdb_1_8:
name: Query with Flux

View File

@ -47,7 +47,7 @@ The following forward compatible APIs are available:
### `/api/v2/query/` HTTP endpoint
The `/api/v2/query` endpoint accepts `POST` HTTP requests.
Use this endpoint to query data using [Flux](/flux/latest/) and [InfluxDB 2.0 client libraries](/influxdb/v2.0/reference/api/client-libraries/).
Use this endpoint to query data using [Flux](/influxdb/v1.8/flux/) and [InfluxDB 2.0 client libraries](/influxdb/v2.0/reference/api/client-libraries/).
Flux is the primary language for working with data in InfluxDB 2.0.
**Include the following HTTP headers:**