diff options
| -rw-r--r-- | contributors/devel/mesos-style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/mesos-style.md b/contributors/devel/mesos-style.md index 81554ce8..53ee139e 100644 --- a/contributors/devel/mesos-style.md +++ b/contributors/devel/mesos-style.md @@ -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*. |
