Update managing-deployments.md

Fix for #194
pull/227/head
johndmulhausen 2016-03-22 16:00:15 -07:00
parent 1fab6c65be
commit 276edecac9
1 changed files with 3 additions and 3 deletions

View File

@ -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% <waiting> 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