Skip to content

Commit 7bb7314

Browse files
committed
Merge pull request #164 from cyjia/patch-1
Fix broken links to test files
2 parents f3eb497 + 01a9fae commit 7bb7314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ GraphQL queries declaratively describe what data the issuer wishes
254254
to fetch from whoever is fulfilling the GraphQL query.
255255

256256
For our Star Wars example, the
257-
[starWarsQueryTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsQueryTests.js)
257+
[starWarsQueryTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsQuery-test.js)
258258
file in the GraphQL.js repository contains a number of queries and responses.
259259
That file is a test file that uses the schema discussed above and a set of
260260
sample data, located in
@@ -614,7 +614,7 @@ developers when an invalid query has been created, without having to rely
614614
on runtime checks.
615615

616616
For our Star Wars example, the file
617-
[starWarsValidationTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsValidationTests.js)
617+
[starWarsValidationTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsValidation-test.js)
618618
contains a number of queries demonstrating various invalidities, and is a test
619619
file that can be run to exercise the reference implementation's validator.
620620

@@ -752,7 +752,7 @@ queries it supports. GraphQL allows us to do so using the introspection
752752
system!
753753

754754
For our Star Wars example, the file
755-
[starWarsIntrospectionTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsIntrospectionTests.js)
755+
[starWarsIntrospectionTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsIntrospection-test.js)
756756
contains a number of queries demonstrating the introspection system, and is a
757757
test file that can be run to exercise the reference implementation's
758758
introspection system.

0 commit comments

Comments
 (0)