Skip to content

Commit

Permalink
Fixed broken GitHub link within the APQ page
Browse files Browse the repository at this point in the history
Small documentation change to fix a broken GitHub link.
  • Loading branch information
coderste authored Sep 25, 2019
1 parent 80bb4f5 commit 21aaa32
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 21aaa32

Please sign in to comment.