fix link of multiple-scheduler

This commit is contained in:
Haoran Wang 2017-04-09 16:41:12 +08:00
parent 0df052a403
commit d237df0b01
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ machine manages the collection during their lifetimes
Out-of-the-box Kubernetes has *workload-specific* abstractions (ReplicaSet, Job,
DaemonSet, etc.) and corresponding controllers, and in the future may have
[workload-specific schedulers](../../docs/proposals/multiple-schedulers.md),
[workload-specific schedulers](../design-proposals/multiple-schedulers.md),
e.g. different schedulers for long-running services vs. short-running batch. But
these abstractions, controllers, and schedulers are not *application-specific*.