From 210d9c9946f6e4e81b7e709914cf891c2e3561c4 Mon Sep 17 00:00:00 2001 From: DangPeng Liu Date: Mon, 21 Mar 2022 09:40:41 +0800 Subject: [PATCH] fix readme url (#87) Signed-off-by: ldpliu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b3e74db0..b54972acc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ So developers could be able to develop their own addon functions more easily. ## Concepts * [ManagedClusterAddon](https://github.com/open-cluster-management-io/api/blob/main/addon/v1alpha1/types_managedclusteraddon.go) -* [ClusterManagementAddOn](https://github.com/open-cluster-management-io/api/blob/main/addon/v1alpha1/types_managedclusteraddon.go) +* [ClusterManagementAddOn](https://github.com/open-cluster-management-io/api/blob/main/addon/v1alpha1/types_clustermanagementaddon.go) ## Design Doc