fix: links with old hostname and path

pull/6339/head
Jason Stirnaman 2025-08-24 21:29:26 -05:00
parent 7623ff42c4
commit 942c76d0c8
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: