summaryrefslogtreecommitdiff
path: root/docs/content/syntax.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/syntax.md')
-rw-r--r--docs/content/syntax.md2
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