Fix deployment redirects (#7225)

Closes: #7222
This commit is contained in:
Qiming
2018-02-05 06:09:04 +08:00
committed by k8s-ci-robot
parent 3cfced7fde
commit 2101d401e7
2 changed files with 1 additions and 2 deletions
@@ -193,7 +193,7 @@ in cluster bootstrapping cases. Also, static Pods may be deprecated in the futu
### Deployments
DaemonSets are similar to [Deployments](/docs/concepts/workloads/controllers/deployment.md) in that
DaemonSets are similar to [Deployments](/docs/concepts/workloads/controllers/deployment/) in that
they both create Pods, and those Pods have processes which are not expected to terminate (e.g. web servers,
storage servers).