From b4867b3f6934446c46845957981d62d2708d8343 Mon Sep 17 00:00:00 2001 From: Stephen Date: Wed, 25 Sep 2019 10:35:43 +0100 Subject: [PATCH] Fixed broken GitHub link within the APQ page Small documentation change to fix a broken GitHub link. --- docs/content/reference/apq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"