diff --git a/docs/custom-constraints.md b/docs/custom-constraints.md index 5c2dbc9b..10ec9ed6 100644 --- a/docs/custom-constraints.md +++ b/docs/custom-constraints.md @@ -8,7 +8,7 @@ requirements specific to your application. Field-level constraints apply to specific data types within a message and can include requirements such as minimum and maximum values, regular expressions, -and custom validation functions. Message-level constraints, on the other hand, +and [custom validation functions](cel.md#custom-variables-functions-and-overloads). Message-level constraints, on the other hand, apply to the entire message, allowing for more complex validation scenarios that depend on the relationships between fields or specific combinations of field values.