Skip to content

Commit 76611c5

Browse files
committed
edit cross-doc link; add comment
1 parent e49500d commit 76611c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/jsonschema-validation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ Omitting this keyword has the same behavior as a value of 0.
209209

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

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

0 commit comments

Comments
 (0)