From a4f9e3822e783fb7c5d5b6a2b49ea622439a4c46 Mon Sep 17 00:00:00 2001 From: mgechev Date: Thu, 2 Jul 2015 14:47:53 +0300 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e96c034c..3479485590 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ marks the beginning of that process. ## Getting Started An overview of GraphQL in general is available in the -[README](https://github.com/facebook/graphql/README) for the +[README](https://github.com/facebook/graphql/blob/master/README.md) for the [Specification for GraphQL](https://github.com/facebook/graphql). That overview describes a simple set of GraphQL examples that exist as [tests](src/__tests__) in this repository. A good way to get started with this repository is to walk