Skip to content

Commit f2e3821

Browse files
committed
fix broken link
1 parent 0ccfc36 commit f2e3821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_entries/required-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Makes the element required, depending on the result of the given expression.
2727

2828
**dependency-expression** *(String)*
2929

30-
An expression (String) that is evaluated in the context of the element's form, making the field required only if the expression returns more than one element. Very often your expression will use selector filters such as `#foo:checked`, `#foo:filled`, `#foo:visible`. This plugin provides [custom selectors for that purpose](/category/selectors/).
30+
An expression (String) that is evaluated in the context of the element's form, making the field required only if the expression returns more than one element. Very often your expression will use selector filters such as `#foo:checked`, `#foo:filled`, `#foo:visible`. This plugin provides [custom selectors for that purpose](/documentation#custom-selectors).
3131

3232
### Form 3
3333

0 commit comments

Comments
 (0)