From b737cb10e6499153e93e79eed836dc904f901967 Mon Sep 17 00:00:00 2001 From: dabaooline <201028369@qq.com> Date: Mon, 28 Mar 2022 16:13:35 +0800 Subject: [PATCH] Update README.md update cncf landscape url Signed-off-by: Baoli Qiao <201028369@qq.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f876079ab..2c23657a2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. -containerd is a member of CNCF with ['graduated'](https://landscape.cncf.io/selected=containerd) status. +containerd is a member of CNCF with ['graduated'](https://landscape.cncf.io/?selected=containerd) status. containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users.