From a552a1953ac222533c22f40fd803ea4b9b3b355f Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 30 Mar 2023 16:20:33 +0000 Subject: [PATCH] docs: Update CNM url in networking document This PR updates the url for the Container Network Model in the network document. Fixes #6563 Signed-off-by: Gabriela Cervantes --- docs/design/architecture/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/architecture/networking.md b/docs/design/architecture/networking.md index ab056849c7..1550f0ad01 100644 --- a/docs/design/architecture/networking.md +++ b/docs/design/architecture/networking.md @@ -36,7 +36,7 @@ compatibility, and performance on par with MACVTAP. Kata Containers has deprecated support for bridge due to lacking performance relative to TC-filter and MACVTAP. Kata Containers supports both -[CNM](https://github.com/docker/libnetwork/blob/master/docs/design.md#the-container-network-model) +[CNM](https://github.com/moby/libnetwork/blob/master/docs/design.md#the-container-network-model) and [CNI](https://github.com/containernetworking/cni) for networking management. ## Network Hotplug