From d24834fceb698d2e0ae52fffdde9aba348aa78b8 Mon Sep 17 00:00:00 2001 From: 4c74356b41 Date: Sat, 22 Oct 2016 12:37:05 +0300 Subject: [PATCH] fixing typo --- engine/userguide/networking/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/userguide/networking/index.md b/engine/userguide/networking/index.md index 50f3206ccd..e7d8fe3301 100644 --- a/engine/userguide/networking/index.md +++ b/engine/userguide/networking/index.md @@ -549,8 +549,7 @@ server is unable to resolve the request it will be forwarded to any external DNS servers configured for the container. To facilitate this when the container is created, only the embedded DNS server reachable at `127.0.0.11` will be listed in the container's `resolv.conf` file. More information on embedded DNS server on -user-defined networks can be found in the [embedded DNS server in user-defined networks] -(configure-dns.md) +user-defined networks can be found in the [embedded DNS server in user-defined networks](configure-dns.md) ## Links