From fce476b1eb525e1887996f3442fb9cbc9898cf3c Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Fri, 25 Mar 2016 16:11:39 -0700 Subject: [PATCH] Fixes #233 --- docs/admin/cluster-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/cluster-components.md b/docs/admin/cluster-components.md index 136d344f60..57556282bc 100644 --- a/docs/admin/cluster-components.md +++ b/docs/admin/cluster-components.md @@ -68,7 +68,7 @@ Addon objects are created in the "kube-system" namespace. #### DNS While the other addons are not strictly required, all Kubernetes -clusters should have [cluster DNS](dns.md), as many examples rely on it. +clusters should have [cluster DNS](/docs/admin/dns/), as many examples rely on it. Cluster DNS is a DNS server, in addition to the other DNS server(s) in your environment, which serves DNS records for Kubernetes services.