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