From 107c4572a559b44f519148577a37eb88221887ef Mon Sep 17 00:00:00 2001 From: maoyangLiu Date: Sat, 27 Mar 2021 14:06:51 +0800 Subject: [PATCH] fix the mistake link --- docs/addons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/addons.md b/docs/addons.md index d66fbab43c..fd46e5f12b 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -246,7 +246,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons ### Custom addons -The docs about the [addon management](development/addons.md#addon-management) describe in more detail how to define a addon resource with regards to versioning. +The docs about the [addon management](contributing/addons.md#addon-management) describe in more detail how to define a addon resource with regards to versioning. Here is a minimal example of an addon manifest that would install two different addons. ```yaml