From f70b64cb36ee2922823827f5808e0a7220df0ccd Mon Sep 17 00:00:00 2001 From: Sunyanan Choochotkaew Date: Tue, 24 Mar 2026 11:46:48 +0100 Subject: [PATCH] doc: fix broken link Signed-off-by: Sunyanan Choochotkaew --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c894a84..e201a24 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ Multi-NIC CNI is the CNI plugin for secondary networks operating on top of [Mult 2) **L3 Host Route Configuration**: configure L3 routes (next hop via dev) in host route table according to the computed CIDR. 3) **Distributed IP Allocation Management**: manage IP allocation/deallocation distributedly via the communication between CNI program and daemon at each host. - [read more](./document/docs/Concept/multi-nic-ipam.md) + [read more](./document/docs/concept/multi-nic-ipam.md) - **Policy-based secondary network attachment**: Instead of statically set the desired host's master interface name one by one, user can define a policy on attaching multiple secondary network interfaces such as specifying only the number of desired interfaces, filtering only highspeed NICs. - [read more](./document/docs/Concept/policy.md) + [read more](./document/docs/concept/policy.md) - II) **Bridging device plugin runtime results and CNI configuration:** Multi-NIC CNI can configure CNI of network device in accordance to device plugin allocation results orderly.