Skip to content

Commit a074aad

Browse files
committed
use standard link syntax for cross-file references
1 parent 7479425 commit a074aad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jsonschema-validation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ Omitting this keyword has the same behavior as a value of 0.
207207
#### `pattern` {#pattern}
208208

209209
The value of this keyword MUST be a string. This string SHOULD be a valid
210-
regular expression as indicated in {{jsonschema-core#regex}}.
211-
<!-- need to verify the {{section}} syntax works across files somehow -->
210+
regular expression as indicated in [JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
212211

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

0 commit comments

Comments
 (0)