summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Kinkead <jesse.kinkead@gmail.com>2017-04-21 14:43:52 -0700
committerGitHub <noreply@github.com>2017-04-21 14:43:52 -0700
commit8e75788ed9ce97f5bdc3a93ea761cb1a3587a091 (patch)
treeebead31df6a3c148c1218003513d88e9754b2885
parentf077a8ff1a259d1e6383b44693a42da8399ccaa3 (diff)
Fix scheduler docs link.
-rw-r--r--contributors/design-proposals/scheduler_extender.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/scheduler_extender.md b/contributors/design-proposals/scheduler_extender.md
index 1f362242..077f4a63 100644
--- a/contributors/design-proposals/scheduler_extender.md
+++ b/contributors/design-proposals/scheduler_extender.md
@@ -3,7 +3,7 @@
There are three ways to add new scheduling rules (predicates and priority
functions) to Kubernetes: (1) by adding these rules to the scheduler and
recompiling (described here:
-https://github.com/kubernetes/kubernetes/blob/master/docs/devel/scheduler.md),
+https://github.com/kubernetes/community/blob/master/contributors/devel/scheduler.md),
(2) implementing your own scheduler process that runs instead of, or alongside
of, the standard Kubernetes scheduler, (3) implementing a "scheduler extender"
process that the standard Kubernetes scheduler calls out to as a final pass when