Skip to content

Commit 85e3804

Browse files
committed
use standard link syntax for cross-file references
1 parent a1d596f commit 85e3804

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
@@ -210,8 +210,7 @@ Omitting this keyword has the same behavior as a value of 0.
210210
#### `pattern` {#pattern}
211211

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

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

0 commit comments

Comments
 (0)