From b398324477f95a18971b75fd0b8c871e8b81d12c Mon Sep 17 00:00:00 2001 From: George Connor Date: Sun, 24 Dec 2023 21:20:42 +1300 Subject: [PATCH] Update README.md fix unneeded escaping in graphql local url --- packages/gatsby-source-contentful/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-contentful/README.md b/packages/gatsby-source-contentful/README.md index e9e640dfa60fa..ce6739d2f9732 100644 --- a/packages/gatsby-source-contentful/README.md +++ b/packages/gatsby-source-contentful/README.md @@ -510,7 +510,7 @@ Assets and tags are typically queried alongside ContentType nodes: ### Advanced Queries with Contentful and Gatsby -Explore your GraphQL schema and data with GraphiQL, a browser-based IDE available at http://localhost:8000/\_\_\_graphql during Gatsby development. This tool is essential for experimenting with queries and understanding the Contentful data structure in your project. +Explore your GraphQL schema and data with GraphiQL, a browser-based IDE available at http://localhost:8000/___graphql during Gatsby development. This tool is essential for experimenting with queries and understanding the Contentful data structure in your project. ## Working with Images and Contentful