From 215dca8e8ba6764369e7cd30b3cbd650576cb230 Mon Sep 17 00:00:00 2001 From: TRAVIS ALLEN SALAS COX Date: Mon, 7 Nov 2016 13:27:27 -0600 Subject: [PATCH] Update dns.md This should at least fix a broken link referenced in [#1640](https://github.com/kubernetes/kubernetes.github.io/issues/1640). Looks like a lot of information was taking out of [this](https://github.com/kubernetes/kubernetes/tree/master/build-tools/kube-dns) README.md recently, if you'd like i can delete the reference section completely if it is out of date and/or no longer needed. --- docs/admin/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/dns.md b/docs/admin/dns.md index cc132201aa..82b3bab6c0 100644 --- a/docs/admin/dns.md +++ b/docs/admin/dns.md @@ -216,5 +216,5 @@ supports forward lookups (A records), service lookups (SRV records) and reverse ## References -- [Docs for the DNS cluster addon](http://releases.k8s.io/{{page.githubbranch}}/build/kube-dns/README.md) +- [Docs for the DNS cluster addon](http://releases.k8s.io/{{page.githubbranch}}/build-tools/kube-dns/README.md)