diff --git a/packages/gatsby-source-graphql/README.md b/packages/gatsby-source-graphql/README.md index 01c7489664930..138bad905823a 100644 --- a/packages/gatsby-source-graphql/README.md +++ b/packages/gatsby-source-graphql/README.md @@ -26,7 +26,7 @@ module.exports = { // Field under which the remote schema will be accessible. You'll use this in your Gatsby query fieldName: "swapi", // Url to query from - url: "https://api.graphcms.com/simple/v1/swapi", + url: "https://swapi-graphql.netlify.com/.netlify/functions/index", }, },