diff --git a/content/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/type-conversions/toduration.md b/content/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/type-conversions/toduration.md index 98c8b6ab6..c549c9a17 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/type-conversions/toduration.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/type-conversions/toduration.md @@ -27,7 +27,7 @@ _**Supported data types:** Integer | String | Uinteger_ {{% note %}} `duration()` assumes **numeric** input values are **nanoseconds**. -**String** input values must use [duration literal representation](#/v2.0/reference/flux/language/lexical-elements/#duration-literals). +**String** input values must use [duration literal representation](/influxdb/v2.0/reference/flux/language/lexical-elements/#duration-literals). {{% /note %}} {{% note %}}