diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2017-07-31 22:50:41 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2017-07-31 23:10:01 -0400 |
| commit | f4a7377c5d3a22c19af32b549827f8a0509a76ab (patch) | |
| tree | cb690698c633491bff4d2007bab932bd3e51862f /docs/content/syntax.md | |
| parent | 5a8845db8d22c1a74ae6f95654aedb2e5a9da83a (diff) | |
Moving getenv to separate package
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs/content/syntax.md')
| -rw-r--r-- | docs/content/syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/syntax.md b/docs/content/syntax.md index e68af3b5..cbd63f4c 100644 --- a/docs/content/syntax.md +++ b/docs/content/syntax.md @@ -13,7 +13,7 @@ will fail and `gomplate` will exit with an error condition. Sometimes, this behaviour is desired; if the output is unusable without certain strings, this is a sure way to know that variables are missing! -If you want different behaviour, try [`getenv`](../functions/#getenv). +If you want different behaviour, try [`getenv`](../functions/env/#env-getenv). ## Built-in functions |
