summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuang Ya Liu <gyliu513@gmail.com>2017-04-25 05:45:21 +0800
committerGitHub <noreply@github.com>2017-04-25 05:45:21 +0800
commit0eacd5d92c00c8643f2e1d7930e150f8336617fd (patch)
tree06e2214ab0fe3fd154702c116d408dac3d83d94b
parentc5b3dcf378d6a6ef8c93212f561513eb7a98f866 (diff)
parent9a079f3d0c75ef2adf554a59dd4214ae40a4bb8f (diff)
Merge pull request #565 from jkinkead/patch-1
Fix scheduler docs link.
-rw-r--r--contributors/design-proposals/scheduler_extender.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/design-proposals/scheduler_extender.md b/contributors/design-proposals/scheduler_extender.md
index 1f362242..a09000f5 100644
--- a/contributors/design-proposals/scheduler_extender.md
+++ b/contributors/design-proposals/scheduler_extender.md
@@ -2,8 +2,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),
+recompiling, [described here](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