From 4423ff8f6b74d3abd175e11c74868fbcf3de46a1 Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Mon, 10 Sep 2018 09:23:41 +0800 Subject: [PATCH] fix invalid href of cloud controller manager (#10240) --- .../administer-cluster/developing-cloud-controller-manager.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/developing-cloud-controller-manager.md b/content/en/docs/tasks/administer-cluster/developing-cloud-controller-manager.md index 9397e0f4a3..9769340ced 100644 --- a/content/en/docs/tasks/administer-cluster/developing-cloud-controller-manager.md +++ b/content/en/docs/tasks/administer-cluster/developing-cloud-controller-manager.md @@ -40,6 +40,6 @@ Using existing out-of-tree cloud providers as an example may be helpful. You can ### In Tree -For in-tree cloud providers, you can run the in-tree cloud controller manager as a [Daemonset](/docs/tasks/administer-cluster/cloud-controller-manager-daemonset-example.yaml) in your cluster. See the [running cloud controller manager docs](/docs/tasks/administer-cluster/running-cloud-controller.md) for more details. +For in-tree cloud providers, you can run the in-tree cloud controller manager as a [Daemonset](/examples/admin/cloud/ccm-example.yaml) in your cluster. See the [running cloud controller manager docs](/docs/tasks/administer-cluster/running-cloud-controller.md) for more details. -{{% /capture %}} \ No newline at end of file +{{% /capture %}}