Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44cad7e

Browse filesBrowse files
committed
fix link to the ExpressionLanguage syntax reference
1 parent 0436b19 commit 44cad7e
Copy full SHA for 44cad7e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎reference/constraints/When.rst

Copy file name to clipboardExpand all lines: reference/constraints/When.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.