Skip to content

Commit dadb918

Browse files
authored
Fixed tests links in Readme. Fixed #76
1 parent 653d424 commit dadb918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For questions, ask [Stack Overflow](http://stackoverflow.com/questions/tagged/gr
2020
An overview of the GraphQL language is available in the
2121
[README](https://github.com/facebook/graphql/blob/master/README.md) for the
2222
[Specification for GraphQL](https://github.com/facebook/graphql).
23-
The overview describes a simple set of GraphQL examples that exist as [tests](tests/core_starwars)
23+
The overview describes a simple set of GraphQL examples that exist as [tests](https://github.com/graphql-python/graphql-core/tree/master/tests/)
2424
in this repository. A good way to get started is to walk through that README and the corresponding tests
2525
in parallel.
2626

@@ -62,7 +62,7 @@ schema = GraphQLSchema(
6262
This defines a simple schema with one type and one field, that resolves
6363
to a fixed value. The `resolve` function can return a value, a promise,
6464
or an array of promises. A more complex example is included in the top
65-
level [tests](graphql/tests) directory.
65+
level [tests](https://github.com/graphql-python/graphql-core/tree/master/tests/) directory.
6666

6767
Then, serve the result of a query against that type schema.
6868

0 commit comments

Comments
 (0)