From dab1a909babcdd5037b6385bcf2fa2096f07a90c Mon Sep 17 00:00:00 2001 From: Chris Roche Date: Tue, 26 Nov 2024 09:12:15 -0800 Subject: [PATCH] Update docs/custom-constraints.md Co-authored-by: jchadwick-buf <116005195+jchadwick-buf@users.noreply.github.com> --- docs/custom-constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom-constraints.md b/docs/custom-constraints.md index 14f90d4..10ec9ed 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](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md#custom-variables-functions-and-overloads). 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.