From 25db3d297976c4939ef1f5645949a8efa8e8aead Mon Sep 17 00:00:00 2001 From: Daniel Serodio Date: Mon, 9 Jan 2017 14:24:57 -0200 Subject: [PATCH] Fix link to kube-dns docs The link to kube-dns is broken, I believe this is the current location of kube-dns documentation. --- 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 0ee1fca395..cc8972ef2c 100644 --- a/docs/admin/dns.md +++ b/docs/admin/dns.md @@ -384,7 +384,7 @@ for more information. ## 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}}/cluster/addons/dns/README.md) ## What's next - [Autoscaling the DNS Service in a Cluster](/docs/tasks/administer-cluster/dns-horizontal-autoscaling/).