diff options
Diffstat (limited to 'docs/content/en/functions/collections/Complement.md')
-rw-r--r-- | docs/content/en/functions/collections/Complement.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/collections/Complement.md b/docs/content/en/functions/collections/Complement.md index b2a4b42a4..1c785de0b 100644 --- a/docs/content/en/functions/collections/Complement.md +++ b/docs/content/en/functions/collections/Complement.md @@ -58,7 +58,7 @@ To list everything except blog articles (`blog`) and frequently asked questions {{% note %}} Although the example above demonstrates the `complement` function, you could use the [`where`] function as well: -[`where`]: /functions/collections/where +[`where`]: /functions/collections/where/ {{% /note %}} ```go-html-template |