Skip to content

Commit 44cad7e

Browse files
committed
fix link to the ExpressionLanguage syntax reference
1 parent 0436b19 commit 44cad7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/When.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ One way to accomplish this is with the When constraint:
147147
148148
The `expression`_ option is the expression that must return true in order
149149
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`.
151151

152152
For more information about the expression and what variables are available
153153
to you, see the `expression`_ option details below.
@@ -165,7 +165,7 @@ If the expression evaluates to a falsey value (i.e. using ``==``, not ``===``),
165165
validation of constraints won't be triggered.
166166

167167
To learn more about the expression language syntax, see
168-
:doc:`/components/expression_language/syntax`.
168+
:doc:`/reference/formats/expression_language`.
169169

170170
Depending on how you use the constraint, you have access to 1 or 2 variables
171171
in your expression:

0 commit comments

Comments
 (0)