Skip to content

Commit 00d8a6b

Browse files
committed
use standard link syntax for cross-file references
1 parent ea6bfc2 commit 00d8a6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specs/jsonschema-validation.md

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

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

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

0 commit comments

Comments
 (0)