Skip to content

Commit 2971a32

Browse files
committed
fixes #270 404 validators reference error
1 parent 55794b4 commit 2971a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/validators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ The `if`, `then` and `else` keywords allow the application of a subschema based
1111

1212
If `if` is valid, `then` must also be valid (and `else` is ignored.) If `if` is invalid, `else` must also be valid (and `then` is ignored).
1313

14-
For usage, please refer to the test cases at https://github.com/networknt/json-schema-validator/blob/master/src/test/resources/tests/if.json
14+
For usage, please refer to the test cases at https://github.com/networknt/json-schema-validator/blob/master/src/test/resources/draft7/if-then-else.json
1515

0 commit comments

Comments
 (0)