From e9bab37262b3f3b6b4b83f7283c0001f2fb9415a Mon Sep 17 00:00:00 2001 From: ydFu Date: Tue, 30 Aug 2022 10:57:00 +0800 Subject: [PATCH] remove redundant description in glossary/cni Signed-off-by: ydFu --- content/en/docs/reference/glossary/cni.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/glossary/cni.md b/content/en/docs/reference/glossary/cni.md index 3dda6d44a0d..22e93fd7e49 100644 --- a/content/en/docs/reference/glossary/cni.md +++ b/content/en/docs/reference/glossary/cni.md @@ -2,7 +2,7 @@ title: Container network interface (CNI) id: cni date: 2018-05-25 -full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni +full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ short_description: > Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification. @@ -12,7 +12,7 @@ tags: - networking --- Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification. - -* For information on Kubernetes and CNI refer to [this](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni). -* For information on Kubernetes and CNI, see ["Network plugins"](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni). + + +* For information on Kubernetes and CNI, see [**Network Plugins**](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/).