From 1f0dc72d4abd1ddc7e348934c6a1bc59f6937678 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 19 Nov 2015 11:08:04 -0600 Subject: [PATCH] Fixed docker network link in faq Signed-off-by: Christopher Jones --- docs/misc/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/faq.md b/docs/misc/faq.md index 1e3d4d97e6..08e48e8fb0 100644 --- a/docs/misc/faq.md +++ b/docs/misc/faq.md @@ -135,7 +135,7 @@ thousands or even millions of containers running in parallel. ### How do I connect Docker containers? -Currently the recommended way to connect containers is via the Docker network feature. You can see details of how to [work with Docker networks here](https://docs.docker.com/networking). +Currently the recommended way to connect containers is via the Docker network feature. You can see details of how to [work with Docker networks here](../userguide/networking/work-with-networks.md). Also useful for more flexible service portability is the [Ambassador linking pattern](../articles/ambassador_pattern_linking.md).