From 944a98f42d7c336a0577aa976646a5d35b73d433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Gonz=C3=A1lez?= Date: Mon, 22 Jan 2018 20:35:33 +0100 Subject: [PATCH] website: correct link from file interpolation function to path information variables --- website/docs/configuration/interpolation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/interpolation.html.md b/website/docs/configuration/interpolation.html.md index cdeb42d67..ab148fabc 100644 --- a/website/docs/configuration/interpolation.html.md +++ b/website/docs/configuration/interpolation.html.md @@ -245,7 +245,7 @@ The supported built-in functions are: * `file(path)` - Reads the contents of a file into the string. Variables in this file are _not_ interpolated. The contents of the file are read as-is. The `path` is interpreted relative to the working directory. - [Path variables](#path-variables) can be used to reference paths relative + [Path variables](#path-information) can be used to reference paths relative to other base locations. For example, when using `file()` from inside a module, you generally want to make the path relative to the module base, like this: `file("${path.module}/file")`.