Skip to content

Commit

Permalink
Fix broken link to Flux (influxdata#4645)
Browse files Browse the repository at this point in the history
  • Loading branch information
forzagreen authored Nov 17, 2022
1 parent 8ae3031 commit f62a742
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ In addition to keeping your keys free of data, follow these additional guideline
To simplify query writing, don't include reserved keywords or special characters in tag and field keys.
If you use [Flux keywords](/{{< latest "flux" >}}/spec/lexical-elements/#keywords) in keys,
then you'll have to wrap the keys in double quotes.
If you use non-alphanumeric characters in keys, then you'll have to use [bracket notation](/{{< latest "flux" >}}/data-types/composite/record/#bracket-notation) in [Flux]((/{{< latest "flux" >}}/).
If you use non-alphanumeric characters in keys, then you'll have to use [bracket notation](/{{< latest "flux" >}}/data-types/composite/record/#bracket-notation) in [Flux](/{{< latest "flux" >}}/).

##### Avoid duplicate names for tags and fields

Expand Down Expand Up @@ -249,4 +249,4 @@ from(bucket:"example-bucket")

For an overview of the InfluxDB data model, watch the following video:

{{< youtube 3qTTqsL27lI >}}
{{< youtube 3qTTqsL27lI >}}

0 comments on commit f62a742

Please sign in to comment.