diff --git a/docs/content/reference/apq.md b/docs/content/reference/apq.md index 1c978db4a4b..79c98b55eb9 100644 --- a/docs/content/reference/apq.md +++ b/docs/content/reference/apq.md @@ -19,7 +19,7 @@ In order to enable Automatic Persisted Queries you need to change your client. F For the server you need to implement `PersistedQueryCache` interface and pass instance to `handler.EnablePersistedQueryCache` option. -See example using [go-redis](github.com/go-redis/redis) package below: +See example using [go-redis](https://github.com/go-redis/redis) package below: ```go import ( "context"