aboutsummaryrefslogtreecommitdiff
path: root/middleware/proxy/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/proxy/README.md')
-rw-r--r--middleware/proxy/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/proxy/README.md b/middleware/proxy/README.md
index f2de2b48f..3b4f3098d 100644
--- a/middleware/proxy/README.md
+++ b/middleware/proxy/README.md
@@ -51,7 +51,7 @@ proxy FROM TO... {
* `protocol` specifies what protocol to use to speak to an upstream, `dns` (the default) is plain
old DNS, and `https_google` uses `https://dns.google.com` and speaks a JSON DNS dialect. Note when
using this **TO** will be ignored. The `grpc` option will talk to a server that has implemented
- the [DnsService](https://github.com/coredns/coredns/middleware/proxy/pb/dns.proto).
+ the [DnsService](https://github.com/coredns/coredns/pb/dns.proto).
An out-of-tree middleware that implements the server side of this can be found at
[here](https://github.com/infobloxopen/coredns-grpc).