From 41605b4135d3169b505c7249fa1a261981642d28 Mon Sep 17 00:00:00 2001
From: Xieql <xieqianglong@huawei.com>
Date: Tue, 20 Jun 2023 00:58:21 +0800
Subject: [PATCH] Fix broken calico link in README (#10232)

Signed-off-by: Xieql <xieqianglong@huawei.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7331c63d2..694a7681c 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,7 @@ You can choose among ten network plugins. (default: `calico`, except Vagrant use
 
 - [flannel](docs/flannel.md): gre/vxlan (layer 2) networking.
 
-- [Calico](https://docs.projectcalico.org/latest/introduction/) is a networking and network policy provider. Calico supports a flexible set of networking options
+- [Calico](https://docs.tigera.io/calico/latest/about/) is a networking and network policy provider. Calico supports a flexible set of networking options
     designed to give you the most efficient networking across a range of situations, including non-overlay
     and overlay networks, with or without BGP. Calico uses the same engine to enforce network policy for hosts,
     pods, and (if using Istio and Envoy) applications at the service mesh layer.
-- 
GitLab