Skip to content

Commit fae5588

Browse files
Dimitri POSTOLOVdimitri
andauthored
fix: broken links to graphql-js (#409)
Co-authored-by: dimitri <[email protected]>
1 parent 14211d6 commit fae5588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin/src/rules/graphql-js-validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const validationToRule = (
3232
...meta.docs,
3333
description:
3434
meta.docs.description +
35-
`\n\n> This rule is a wrapper around a \`graphql-js\` validation function. [You can find it's source code here](https://github.com/graphql/graphql-js/blob/master/src/validation/rules/${ruleName}.js).`,
35+
`\n\n> This rule is a wrapper around a \`graphql-js\` validation function. [You can find it's source code here](https://github.com/graphql/graphql-js/blob/main/src/validation/rules/${ruleName}.js).`,
3636
},
3737
},
3838
create: context => {

0 commit comments

Comments
 (0)