Skip to content

Fix links to tests in README.md #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For questions, ask [Stack Overflow](http://stackoverflow.com/questions/tagged/gr
An overview of the GraphQL language is available in the
[README](https://github.com/facebook/graphql/blob/master/README.md) for the
[Specification for GraphQL](https://github.com/facebook/graphql).
The overview describes a simple set of GraphQL examples that exist as [tests](tests/core_starwars)
The overview describes a simple set of GraphQL examples that exist as [tests](tests/starwars)
in this repository. A good way to get started is to walk through that README and the corresponding tests
in parallel.

Expand Down Expand Up @@ -62,7 +62,7 @@ schema = GraphQLSchema(
This defines a simple schema with one type and one field, that resolves
to a fixed value. The `resolve` function can return a value, a promise,
or an array of promises. A more complex example is included in the top
level [tests](graphql/tests) directory.
level [tests](tests) directory.

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

Expand Down