We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4c23c commit 347c35cCopy full SHA for 347c35c
specs/jsonschema-validation.md
@@ -210,7 +210,8 @@ Omitting this keyword has the same behavior as a value of 0.
210
211
The value of this keyword MUST be a string. This string SHOULD be a valid
212
regular expression as indicated in
213
-[JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
+[JSON Schema Core, section 6.3](./jsonschema-core.html#regex).
214
+<!-- This link assume a publish path, which we don't know yet. -->
215
216
A string instance is considered valid if the regular expression matches the
217
instance successfully. Recall: regular expressions are not implicitly anchored.
0 commit comments