summaryrefslogtreecommitdiff
path: root/docs/designers/language-modifiers
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-08-09 00:10:41 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2023-08-09 00:10:41 +0200
commit052fee3a3054eb3b1d699ef0935a54838d218095 (patch)
tree18bc968f5e061975add435484d4f2e99f16a1797 /docs/designers/language-modifiers
parent548a67031d0cb37863c64aa3ef3e0535a4f5191d (diff)
downloadsmarty-052fee3a3054eb3b1d699ef0935a54838d218095.tar.gz
smarty-052fee3a3054eb3b1d699ef0935a54838d218095.tar.bz2
smarty-052fee3a3054eb3b1d699ef0935a54838d218095.zip
fixed some broken links and markdown in the docs
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)