summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Kinkead <jesse.kinkead@gmail.com>2017-04-24 10:47:58 -0700
committerGitHub <noreply@github.com>2017-04-24 10:47:58 -0700
commit9a079f3d0c75ef2adf554a59dd4214ae40a4bb8f (patch)
tree3809d5dea02b3ad51db88137112ff3bb74c8fd9f
parent8e75788ed9ce97f5bdc3a93ea761cb1a3587a091 (diff)
Use link text instead of inlining 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 077f4a63..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/community/blob/master/contributors/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