Merge pull request #1440 from fatsheep9146/fix-links

Automatic merge from submit-queue.

Fix broken links

Fix broken links

Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com>
This commit is contained in:
Kubernetes Submit Queue 2017-11-28 06:36:13 -08:00 committed by GitHub
commit d099f66a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ to Kubernetes. It outlines the implementation and associated rollout plan.
## Introduction
Kubernetes supports container level isolation by allowing users
to specify [compute resource requirements](resources.md) via requests and
to specify [compute resource requirements](/contributors/design-proposals/scheduling/resources.md) via requests and
limits on individual containers. The `kubelet` delegates creation of a
cgroup sandbox for each container to its associated container runtime.