From 7b6e7dc31e40fac4e7b4c10a1b552eaec4b4e0e9 Mon Sep 17 00:00:00 2001 From: Vimal Raghubir Date: Fri, 18 May 2018 13:45:25 -0400 Subject: [PATCH] Fixed broken Link for Docker Reference Architecture --- network/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/index.md b/network/index.md index 807bb53d57..9b832c295b 100644 --- a/network/index.md +++ b/network/index.md @@ -31,7 +31,7 @@ rules on Linux or how it manipulates routing rules on Windows servers, and you will not find detailed information about how Docker forms and encapsulates packets or handles encryption. See [Docker and iptables](/network/iptables.md) and -[Docker Reference Architecture: Designing Scalable, Portable Docker Container Networks](https://success.docker.com/Architecture/Docker_Reference_Architecture%3A_Designing_Scalable%2C_Portable_Docker_Container_Networks) +[Docker Reference Architecture: Designing Scalable, Portable Docker Container Networks](http://success.docker.com/article/networking) for a much greater depth of technical detail. In addition, this topic does not provide any tutorials for how to create,