diff --git a/content/graphql/guides/forming-calls-with-graphql.md b/content/graphql/guides/forming-calls-with-graphql.md index 8e709cfd4f81..3880f49d9905 100644 --- a/content/graphql/guides/forming-calls-with-graphql.md +++ b/content/graphql/guides/forming-calls-with-graphql.md @@ -409,7 +409,7 @@ For more information on the difference between enums and strings, see the [offic There is a _lot_ more you can do when forming GraphQL calls. Here are some places to look next: -* [Pagination](https://graphql.github.io/learn/pagination/) -* [Fragments](https://graphql.github.io/learn/queries/#fragments) -* [Inline fragments](https://graphql.github.io/learn/queries/#inline-fragments) -* [Directives](https://graphql.github.io/learn/queries/#directives) +* [Pagination](https://graphql.org/learn/pagination/) +* [Fragments](https://graphql.org/learn/queries/#fragments) +* [Inline fragments](https://graphql.org/learn/queries/#inline-fragments) +* [Directives](https://graphql.org/learn/queries/#directives)