From 496bf6463e6618063f275d9d41200ac729f27a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dubois?= Date: Mon, 8 Oct 2018 14:54:24 +0300 Subject: [PATCH] docs: fix gatsby-source-graphql README links (#8886) --- packages/gatsby-source-graphql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-source-graphql/README.md b/packages/gatsby-source-graphql/README.md index c48b00ac5db1c..1249946b55559 100644 --- a/packages/gatsby-source-graphql/README.md +++ b/packages/gatsby-source-graphql/README.md @@ -2,8 +2,8 @@ Plugin for connecting arbitrary GraphQL APIs to Gatsby GraphQL. Remote schemas are stitched together by adding a type that wraps the remote schema Query type and putting it under field of Gatsby GraphQL Query. -- [Example website]([See it here](https://using-gatsby-source-graphql.netlify.com/)) -- [Example website source]([See it here](https://github.com/gatsbyjs/gatsby/tree/master/examples/using-gatsby-source-graphql)) +- [Example website](https://using-gatsby-source-graphql.netlify.com/) +- [Example website source](https://github.com/gatsbyjs/gatsby/tree/master/examples/using-gatsby-source-graphql) ## Install