Skip to content

Commit

Permalink
Merge pull request 99designs#879 from coderste/patch-1
Browse files Browse the repository at this point in the history
Fixed broken GitHub link within the APQ page
  • Loading branch information
vektah authored Sep 30, 2019
2 parents 80bb4f5 + 21aaa32 commit be5ec0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/apq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit be5ec0c

Please sign in to comment.