From a7bf6665ab0ad48f42b5ee36baad155687dc569d Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Wed, 17 Jun 2015 16:31:13 -0700 Subject: [PATCH] Fixed broken link to addons/README.md Fixed broken link to addons/README.md --- docs/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services.md b/docs/services.md index aaae927a6e..37e60b33f1 100644 --- a/docs/services.md +++ b/docs/services.md @@ -261,7 +261,7 @@ variables will not be populated. DNS does not have this restriction. ### DNS An optional (though strongly recommended) [cluster -add-on](../cluster/add-ons/README.md) is a DNS server. The +add-on](../cluster/addons/README.md) is a DNS server. The DNS server watches the Kubernetes API for new `Services` and creates a set of DNS records for each. If DNS has been enabled throughout the cluster then all `Pods` should be able to do name resolution of `Services` automatically.