aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--middleware/etcd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/etcd/README.md b/middleware/etcd/README.md
index 4b5d70e6e..679e8a431 100644
--- a/middleware/etcd/README.md
+++ b/middleware/etcd/README.md
@@ -2,7 +2,7 @@
*etcd* enables reading zone data from an etcd instance. The data in etcd has to be encoded as
a [message](https://github.com/skynetservices/skydns/blob/2fcff74cdc9f9a7dd64189a447ef27ac354b725f/msg/service.go#L26)
-like [SkyDNS](https//github.com/skynetservices/skydns). It should also work just like SkyDNS.
+like [SkyDNS](https://github.com/skynetservices/skydns). It should also work just like SkyDNS.
The etcd middleware makes extensive use of the proxy middleware to forward and query other servers
in the network.