From 929a5df04825b985af02b467cee3d2f5ce1dcda0 Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Tue, 14 Nov 2017 13:37:59 +0800 Subject: [PATCH] Updated links for dns document. --- docs/concepts/services-networking/dns-pod-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/dns-pod-service.md b/docs/concepts/services-networking/dns-pod-service.md index 92e942292e..6c11c0e42c 100644 --- a/docs/concepts/services-networking/dns-pod-service.md +++ b/docs/concepts/services-networking/dns-pod-service.md @@ -225,7 +225,7 @@ If you see that, DNS is working correctly. If the nslookup command fails, check the following: #### Check the local DNS configuration first -Take a look inside the resolv.conf file. (See "Inheriting DNS from the node" and "Known issues" below for more information) +Take a look inside the resolv.conf file. (See [Inheriting DNS from the node](#inheriting-dns-from-the-node) and [Known issues](#known-issues) below for more information) ``` kubectl exec busybox cat /etc/resolv.conf