Commit e9f6a1b4 authored by Dominic's avatar Dominic Committed by Miek Gieben

Fix link to SkyDNS (#637)

Url was wrong
parent 387d3f5a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
*etcd* enables reading zone data from an etcd instance. The data in etcd has to be encoded as *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) 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 The etcd middleware makes extensive use of the proxy middleware to forward and query other servers
in the network. in the network.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment