Skip to content

Commit 347c35c

Browse files
committedJan 31, 2025
edit cross-doc link; add comment
1 parent 2f4c23c commit 347c35c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎specs/jsonschema-validation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ Omitting this keyword has the same behavior as a value of 0.
210210

211211
The value of this keyword MUST be a string. This string SHOULD be a valid
212212
regular expression as indicated in
213-
[JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
213+
[JSON Schema Core, section 6.3](./jsonschema-core.html#regex).
214+
<!-- This link assume a publish path, which we don't know yet. -->
214215

215216
A string instance is considered valid if the regular expression matches the
216217
instance successfully. Recall: regular expressions are not implicitly anchored.

0 commit comments

Comments
 (0)