diff --git a/docs/user-guide/managing-deployments.md b/docs/user-guide/managing-deployments.md index 72023dcaf3..62d3b91400 100644 --- a/docs/user-guide/managing-deployments.md +++ b/docs/user-guide/managing-deployments.md @@ -209,7 +209,7 @@ my-nginx-v4-sh6m8 1/1 Running 0 19m fe my-nginx-v4-wfof4 1/1 Running 0 16m fe ``` -For more information, please see [labels](/docs/user-guide/labels/) and [kubectl label](/docs/kubectl/kubectl_label/) document. +For more information, please see [labels](/docs/user-guide/labels/) and [kubectl label](/docs/user-guide/kubectl/kubectl_label/) document. ## Updating annotations @@ -226,7 +226,7 @@ metadata: ... ``` -For more information, please see [annotations](annotations.md) and [kubectl annotate](kubectl/kubectl_annotate.md) document. +For more information, please see [annotations](/docs/user-guide/annotations/) and [kubectl annotate](/docs/user-guide/kubectl/kubectl_annotate/) document. ## Scaling your application @@ -256,7 +256,7 @@ NAME REFERENCE TARGET CURRENT MINPODS MA nginx ReplicationController/nginx/scale 80% 1 3 1m ``` -For more information, please see [kubectl scale](kubectl/kubectl_scale.md), [kubectl autoscale](kubectl/kubectl_autoscale.md) and [horizontal pod autoscaler](horizontal-pod-autoscaling/README.md) document. +For more information, please see [kubectl scale](/docs/user-guide/kubectl/kubectl_scale/), [kubectl autoscale](/docs/user-guide/kubectl/kubectl_autoscale.) and [horizontal pod autoscaler](/docs/user-guide/horizontal-pod-autoscaling/) document. ## Updating your application without a service outage