diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fdc92e..3764687f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### vNEXT -- _Nothing yet!_ +- Fix broken README for introspection link : fixed issue #292 ### v4.0.0 diff --git a/README.md b/README.md index a85a642a..207132fa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you want to lint your GraphQL schema, rather than queries, check out [cjoudre ### Importing schema JSON -You'll need to import your [introspection query result](https://github.com/graphql/graphql-js/blob/master/src/utilities/introspectionQuery.js) or the schema as a string in the Schema Language format. This can be done if you define your ESLint config in a JS file. +You'll need to import your [introspection query result](https://github.com/graphql/graphql-js/blob/main/src/utilities/getIntrospectionQuery.js) or the schema as a string in the Schema Language format. This can be done if you define your ESLint config in a JS file. ### Retrieving a remote GraphQL schema