Skip to content

Commit e59bd12

Browse files
Fix the broken link to if-then-else.json (#1014)
1 parent 8e05d71 commit e59bd12

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,7 +11,7 @@ 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/draft7/if-then-else.json
14+
For usage, please refer to the test cases at https://github.com/networknt/json-schema-validator/blob/master/src/test/suite/tests/draft7/if-then-else.json
1515

1616
### Custom Validators
1717
````java

0 commit comments

Comments
 (0)