Skip to content

Commit 502363f

Browse files
committed
use standard link syntax for cross-file references
1 parent 26febb0 commit 502363f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specs/jsonschema-validation.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ Omitting this keyword has the same behavior as a value of 0.
208208
#### `pattern` {#pattern}
209209

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

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

0 commit comments

Comments
 (0)