Skip to content

Commit 0537daf

Browse files
committed
Fix validation sources link
1 parent cb7ddd7 commit 0537daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ This has just scratched the surface of the validation system; there
743743
are a number of validation rules in place to ensure that a GraphQL query
744744
is semantically meaningful. The specification goes into more detail about this
745745
topic in the "Validation" section, and the
746-
[validator](https://github.com/graphql/graphql-js/blob/master/src/validator)
746+
[validation](https://github.com/graphql/graphql-js/blob/master/src/validation)
747747
directory in GraphQL.js contains code implementing a
748748
specification-compliant GraphQL validator.
749749

0 commit comments

Comments
 (0)