From 4589fb70024671c9986d8400ff52bf4c83f58730 Mon Sep 17 00:00:00 2001 From: Muescha <> Date: Wed, 18 Dec 2019 17:18:10 +0100 Subject: [PATCH 1/2] fix 404 on image --- docs/docs/recipes/sourcing-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/recipes/sourcing-data.md b/docs/docs/recipes/sourcing-data.md index 01b423acd7b04..ddc98a38ed0ac 100644 --- a/docs/docs/recipes/sourcing-data.md +++ b/docs/docs/recipes/sourcing-data.md @@ -402,7 +402,7 @@ plugins: [ 8. Query data with the [GraphiQL editor](/docs/introducing-graphiql/) at . The Contentful plugin adds several new node types to your site, including every content type in your Contentful website. Your example space with a "Blog Post" content type produces a `allContentfulBlogPost` node type in GraphQL. -![the graphql interface, with a sample query outlined below](./images/recipe-sourcing-contentful-graphql.png) +![the graphql interface, with a sample query outlined below](../images/recipe-sourcing-contentful-graphql.png) To query for Blog Post titles from Contentful, use the following GraphQL query: From 46030ce32030e0f351e700b1636d50144cf20f96 Mon Sep 17 00:00:00 2001 From: Muescha <> Date: Wed, 18 Dec 2019 17:38:27 +0100 Subject: [PATCH 2/2] fix links --- docs/docs/recipes/querying-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/recipes/querying-data.md b/docs/docs/recipes/querying-data.md index edbeff6f639dd..196a793fa97f9 100644 --- a/docs/docs/recipes/querying-data.md +++ b/docs/docs/recipes/querying-data.md @@ -426,7 +426,7 @@ Fragments can be nested inside other fragments, and multiple fragments can be us ### Additional resources -- [Simple example repo using fragments](https://github.com/gatsbyjs/gatsby/tree/master/examples/using-graphql-fragments) +- [Simple example repo using fragments](https://github.com/gatsbyjs/gatsby/tree/master/examples/using-fragments) - [Gatsby GraphQL reference for fragments](/docs/graphql-reference/#fragments) - [Gatsby image fragments](/docs/gatsby-image/#image-query-fragments) - [Example repo with co-located data](https://github.com/gatsbyjs/gatsby/tree/master/examples/gatsbygram)