Skip to content

Commit 1cf5783

Browse files
committed
edit cross-doc link; add comment
1 parent a98a84d commit 1cf5783

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
@@ -211,7 +211,8 @@ Omitting this keyword has the same behavior as a value of 0.
211211

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

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

0 commit comments

Comments
 (0)