From efbb8b2969ce45858effa86ffa7bc6ff96a4501f Mon Sep 17 00:00:00 2001 From: John Asmuth Date: Thu, 20 Nov 2014 15:31:09 -0500 Subject: [PATCH] fix link to skydns docs --- docs/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dns.md b/docs/dns.md index 9cc521a00ae..542cba8602b 100644 --- a/docs/dns.md +++ b/docs/dns.md @@ -47,5 +47,5 @@ resolution to serve your various DNS endpoints. A simple example might be to ru and create a service called `blog` in Kubernetes. Then external DNS requests to `blog.mydomain.com` will automatically resolve to the service proxy and be forwarded to the pods running Wordpress. -Full documentation of the SkyDNS server is in the [SkyDNS repository](https://github.com/skydnsservices/skydns) +Full documentation of the SkyDNS server is in the [SkyDNS repository](https://github.com/skynetservices/skydns) and abbreviated information is available by typing `skydns --help`.