summaryrefslogtreecommitdiff
path: root/docs/designers/language-modifiers
diff options
context:
space:
mode:
Diffstat (limited to 'docs/designers/language-modifiers')
-rw-r--r--docs/designers/language-modifiers/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/designers/language-modifiers/index.md b/docs/designers/language-modifiers/index.md
index a384c95c..329ed958 100644
--- a/docs/designers/language-modifiers/index.md
+++ b/docs/designers/language-modifiers/index.md
@@ -1,7 +1,7 @@
# Variable Modifiers
Variable modifiers can be applied to
-[variables](../language-variables/index.md), [custom functions](../language-custom-functions/index.md)
+[variables](../language-variables/index.md), [custom tags](../language-custom-functions/index.md)
or strings. To apply a modifier,
specify the value followed by a `|` (pipe) and the modifier name. A
modifier may accept additional parameters that affect its behavior.
@@ -102,4 +102,4 @@ These parameters follow the modifier name and are separated by a `:`
See also [`registerPlugin()`](../../programmers/api-functions/api-register-plugin.md), [combining
modifiers](../language-combining-modifiers.md). and [extending smarty with
-plugins](../../programmers/plugins.md)
+plugins](../../api/extending/introduction.md)