From 73f4567c805aaa4741695d4467f6b1fa541b3425 Mon Sep 17 00:00:00 2001 From: John Oss Date: Fri, 17 Aug 2018 22:13:00 -0400 Subject: [PATCH] Fix 404 in Configure DNS Cluster (#9853) Original Page: https://kubernetes.io/docs/tasks/access-application-cluster/configure-dns-cluster/ Updates to use kubernetes/examples as source --- .../tasks/access-application-cluster/configure-dns-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md b/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md index cde20991cd..55a8c29a21 100644 --- a/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md @@ -8,6 +8,6 @@ content_template: templates/concept Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. {{% /capture %}} {{% capture body %}} -For more information on how to configure DNS for a Kubernetes cluster, see the [Kubernetes DNS sample plugin.](https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns) +For more information on how to configure DNS for a Kubernetes cluster, see the [Kubernetes DNS sample plugin.](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns) {{% /capture %}}