File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ One way to accomplish this is with the When constraint:
147
147
148
148
The `expression `_ option is the expression that must return true in order
149
149
to trigger the validation of the attached constraints. To learn more about
150
- the expression language syntax, see :doc: `/components/expression_language/syntax `.
150
+ the expression language syntax, see :doc: `/reference/formats/expression_language `.
151
151
152
152
For more information about the expression and what variables are available
153
153
to you, see the `expression `_ option details below.
@@ -165,7 +165,7 @@ If the expression evaluates to a falsey value (i.e. using ``==``, not ``===``),
165
165
validation of constraints won't be triggered.
166
166
167
167
To learn more about the expression language syntax, see
168
- :doc: `/components/expression_language/syntax `.
168
+ :doc: `/reference/formats/expression_language `.
169
169
170
170
Depending on how you use the constraint, you have access to 1 or 2 variables
171
171
in your expression:
You can’t perform that action at this time.
0 commit comments