From a87a58e2be7ec277afb16925237820d6c365faf7 Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 1 Dec 2015 18:53:41 -0800 Subject: [PATCH] Changing image file-path in design doc --- libnetwork/docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/docs/design.md b/libnetwork/docs/design.md index bc32eafdd4..dc97218173 100644 --- a/libnetwork/docs/design.md +++ b/libnetwork/docs/design.md @@ -17,7 +17,7 @@ Libnetwork aims to satisfy that composable need for Networking in Containers. Libnetwork implements Container Network Model (CNM) which formalizes the steps required to provide networking for containers while providing an abstraction that can be used to support multiple network drivers. The CNM is built on 3 main components (shown below) -![](../blob/master/docs/cnm-model.jpg?raw=true) +![](/docs/cnm-model.jpg?raw=true) **Sandbox**