diff --git a/docs/content/reference/apq.md b/docs/content/reference/apq.md index 2be30fa242..e8d59bd377 100644 --- a/docs/content/reference/apq.md +++ b/docs/content/reference/apq.md @@ -14,7 +14,7 @@ to register query hash with original query on a server. ## Usage In order to enable Automatic Persisted Queries you need to change your client. For more information see -[Automatic Persisted Queries Link](https://github.com/apollographql/apollo-link-persisted-queries) documentation. +[Automatic Persisted Queries Link](https://www.apollographql.com/docs/resources/graphql-glossary/#automatic-persisted-queries-apq) documentation. For the server you need to implement the `graphql.Cache` interface and pass an instance to the `extension.AutomaticPersistedQuery` type. Make sure the extension is applied to your GraphQL handler.