From 9dead180f3f4ae1d1272d93d4569c184984df6d5 Mon Sep 17 00:00:00 2001 From: GarmashAlex Date: Fri, 2 May 2025 17:07:32 +0300 Subject: [PATCH] Update readme.md --- validation/standard/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/standard/readme.md b/validation/standard/readme.md index 0db80ac684..182f51272f 100644 --- a/validation/standard/readme.md +++ b/validation/standard/readme.md @@ -5,5 +5,5 @@ Distinct, named declaration files have been added (where necessary) to allow tes Parameters may be declared to be equal to a pair of values, meaning that the parameter must be within the bounds defined by those values. -The TOML files are embedded into Go bindings, which are in turn referenced by the validation checks in the parent directory. The entrypoint for those checks is [`validation_test.go`](../validation_test.go). +The TOML files are embedded into Go bindings, which are in turn referenced by the validation checks in the parent directory. The entrypoint for those checks is [`validation_test.go`](../../ops/internal/validation/versions_test.go).