Nit: Fix hrefs of some links

This commit is contained in:
Jihoon Seo
2021-06-03 06:20:26 +09:00
parent fe81c57bee
commit dfaefa54aa
9 changed files with 12 additions and 12 deletions
@@ -27,7 +27,7 @@ each Pod in the scheduling queue according to constraints and available
resources. The scheduler then ranks each valid Node and binds the Pod to a
suitable Node. Multiple different schedulers may be used within a cluster;
kube-scheduler is the reference implementation.
See [scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/)
See [scheduling](/docs/concepts/scheduling-eviction/)
for more information about scheduling and the kube-scheduler component.
```