File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ For questions, ask [Stack Overflow](http://stackoverflow.com/questions/tagged/gr
2020An 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] ( tests/starwars )
2424in this repository. A good way to get started is to walk through that README and the corresponding tests
2525in parallel.
2626
@@ -62,7 +62,7 @@ schema = GraphQLSchema(
6262This defines a simple schema with one type and one field, that resolves
6363to a fixed value. The ` resolve ` function can return a value, a promise,
6464or an array of promises. A more complex example is included in the top
65- level [ tests] ( graphql/ tests) directory.
65+ level [ tests] ( tests ) directory.
6666
6767Then, serve the result of a query against that type schema.
6868
You can’t perform that action at this time.
0 commit comments