fix: links with old hostname and path
parent
7623ff42c4
commit
942c76d0c8
|
|
@ -217,7 +217,7 @@ The temperature was ${string(v: lastReported._value)}°F."
|
|||
|
||||
The following sample data set represents fictional temperature metrics collected
|
||||
from three locations.
|
||||
It's formatted in [annotated CSV](https://v2.docs.influxdata.com/v2.0/reference/syntax/annotated-csv/) and imported
|
||||
It's formatted in [annotated CSV](/influxdb/v2/reference/syntax/annotated-csv/) and imported
|
||||
into the Flux query using the [`csv.from()` function](/flux/v0/stdlib/csv/from/).
|
||||
|
||||
Place the following at the beginning of your query to use the sample data:
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ The temperature was ${string(v: lastReported._value)}°F."
|
|||
|
||||
The following sample data set represents fictional temperature metrics collected
|
||||
from three locations.
|
||||
It's formatted in [annotated CSV](https://v2.docs.influxdata.com/v2.0/reference/syntax/annotated-csv/) and imported
|
||||
It's formatted in [annotated CSV](/influxdb/v2/reference/syntax/annotated-csv/) and imported
|
||||
into the Flux query using the [`csv.from()` function](/flux/v0/stdlib/csv/from/).
|
||||
|
||||
Place the following at the beginning of your query to use the sample data:
|
||||
|
|
|
|||
Loading…
Reference in New Issue