Skip to content

Commit 8825e51

Browse files
committed
Fix URLs to the GraphQL Specification and its repository
Replicates graphql/graphql-js@8d0314d
1 parent c33e966 commit 8825e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ examples.
3434
## Getting started
3535

3636
An overview of GraphQL in general is available in the
37-
[README](https://github.com/facebook/graphql/blob/master/README.md) for the
38-
[Specification for GraphQL](https://github.com/facebook/graphql). That overview
37+
[README](https://github.com/graphql/graphql-spec/blob/master/README.md) for the
38+
[Specification for GraphQL](https://github.com/graphql/graphql-spec). That overview
3939
describes a simple set of GraphQL examples that exist as [tests](tests) in this
4040
repository. A good way to get started with this repository is to walk through that
4141
README and the corresponding tests in parallel.

0 commit comments

Comments
 (0)