From f5ad6db8c2be5ef98ea07ea7f75aaf3c349e8026 Mon Sep 17 00:00:00 2001 From: Josh Mize Date: Sat, 31 Dec 2016 06:59:03 -0600 Subject: [PATCH] Fix #1552: dead link to kube-dns/README.md Fix dead link caused by renaming build-tools back to build in https://github.com/kubernetes/kubernetes/issues/38126 --- 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 01f54d9167..0ee1fca395 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-tools/kube-dns/README.md) +- [Docs for the DNS cluster addon](http://releases.k8s.io/{{page.githubbranch}}/build/kube-dns/README.md) ## What's next - [Autoscaling the DNS Service in a Cluster](/docs/tasks/administer-cluster/dns-horizontal-autoscaling/).