From 2a24c2e3594de2fdae4c832e02d50cc17de1cdad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E5=88=9A=20=20=28=E6=88=90=E9=83=BD=29?=
 <gang.yang@daocloud.io>
Date: Sun, 29 Jan 2023 11:10:33 +0800
Subject: [PATCH] fix moved url in multus.md (#9722)

Signed-off-by: yanggang <gang.yang@daocloud.io>
---
 docs/multus.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/multus.md b/docs/multus.md
index fd3623d83..1f724848d 100644
--- a/docs/multus.md
+++ b/docs/multus.md
@@ -4,7 +4,7 @@ Multus is a meta CNI plugin that provides multiple network interface support to
 pods. For each interface, Multus delegates CNI calls to secondary CNI plugins
 such as Calico, macvlan, etc.
 
-See [multus documentation](https://github.com/intel/multus-cni).
+See [multus documentation](https://github.com/k8snetworkplumbingwg/multus-cni).
 
 ## Multus installation
 
@@ -71,4 +71,4 @@ You may now inspect the pod and see that there is an additional interface config
 kubectl exec -it samplepod -- ip a
 ```
 
-For more details on how to use Multus, please visit <https://github.com/intel/multus-cni>
+For more details on how to use Multus, please visit <https://github.com/k8snetworkplumbingwg/multus-cni>
-- 
GitLab