From a074aad006f8fa8f61eb730fa9b686b9b56e787c Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Tue, 22 Oct 2024 21:11:33 +1300 Subject: [PATCH] use standard link syntax for cross-file references --- jsonschema-validation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jsonschema-validation.md b/jsonschema-validation.md index a83544f6..f7d53e80 100644 --- a/jsonschema-validation.md +++ b/jsonschema-validation.md @@ -207,8 +207,7 @@ Omitting this keyword has the same behavior as a value of 0. #### `pattern` {#pattern} The value of this keyword MUST be a string. This string SHOULD be a valid -regular expression as indicated in {{jsonschema-core#regex}}. - +regular expression as indicated in [JSON Schema Core, section 6.3](./jsonschema-core.md#regex). A string instance is considered valid if the regular expression matches the instance successfully. Recall: regular expressions are not implicitly anchored.