From 7e26edffe1baec56c793aaa58546d4137b47151b 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 eaaaa34557445..6621c627d92ac 100644 --- a/packages/gatsby-source-contentful/README.md +++ b/packages/gatsby-source-contentful/README.md @@ -512,7 +512,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