diff options
Diffstat (limited to 'docs/designers/language-custom-functions/language-function-eval.md')
| -rw-r--r-- | docs/designers/language-custom-functions/language-function-eval.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/designers/language-custom-functions/language-function-eval.md b/docs/designers/language-custom-functions/language-function-eval.md index 70c7a3d1..e44862c2 100644 --- a/docs/designers/language-custom-functions/language-function-eval.md +++ b/docs/designers/language-custom-functions/language-function-eval.md @@ -22,7 +22,7 @@ output to the template. > templates. > > - Evaluated variables are compiled on every invocation, the compiled -> versions are not saved! However, if you have [caching](../../programmers/caching.md) +> versions are not saved! However, if you have [caching](../../api/caching/basics.md) > enabled, the output will be cached with the rest of the template. > > - If the content to evaluate doesn't change often, or is used |
