Skip to content

fix link to the ExpressionLanguage syntax reference #17846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/constraints/When.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ One way to accomplish this is with the When constraint:

The `expression`_ option is the expression that must return true in order
to trigger the validation of the attached constraints. To learn more about
the expression language syntax, see :doc:`/components/expression_language/syntax`.
the expression language syntax, see :doc:`/reference/formats/expression_language`.

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

To learn more about the expression language syntax, see
:doc:`/components/expression_language/syntax`.
:doc:`/reference/formats/expression_language`.

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