From b56d3db7980997ded23946ecef3ef78cb18de928 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 9 Sep 2019 11:22:37 -0600 Subject: [PATCH] Update string-interpolation.md --- content/v2.0/reference/flux/language/string-interpolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/language/string-interpolation.md b/content/v2.0/reference/flux/language/string-interpolation.md index ebe90a9c4..463233ae4 100644 --- a/content/v2.0/reference/flux/language/string-interpolation.md +++ b/content/v2.0/reference/flux/language/string-interpolation.md @@ -30,7 +30,7 @@ name = "John" {{% note %}} #### Flux only interpolates string values Flux currently interpolates only string values ([IMP#1775](https://github.com/influxdata/flux/issues/1775)). -Use the [string() function](/v2.0/reference/functions/built-in/transformations/type-conversions/string/) +Use the [string() function](/v2.0/reference/flux/functions/built-in/transformations/type-conversions/string/) to convert non-string values to strings. ```js