diff --git a/docs/templating_funcs.md b/docs/templating_funcs.md index 80270f5c..f2eb9acf 100644 --- a/docs/templating_funcs.md +++ b/docs/templating_funcs.md @@ -86,7 +86,7 @@ The `fetchSecretValue` function parses the argument as a [vals](https://github.c ``` #### `expandSecretRefs` -The `expandSecretRefs` function takes an object as the argument and expands every [vals](https://github.com/variantdev/vals) secret reference URL embedded in the object's values. See ["Remote Secrets" page in our documentation](./templating_funcs.md) for more information. +The `expandSecretRefs` function takes an object as the argument and expands every [vals](https://github.com/variantdev/vals) secret reference URL embedded in the object's values. See ["Remote Secrets" page in our documentation](./remote-secrets.md) for more information. ```yaml {{ $expandSecretRefs := $value | expandSecretRefs }}