From 67f0173d503acaee2f7340dc325b83fba2243561 Mon Sep 17 00:00:00 2001
From: Peter Lee
Date: Thu, 30 Mar 2017 10:28:34 +0800
Subject: [PATCH] Update link
Update the link to where the origin link finally pointed to.
---
docs/tasks/configure-pod-container/assign-cpu-ram-container.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tasks/configure-pod-container/assign-cpu-ram-container.md b/docs/tasks/configure-pod-container/assign-cpu-ram-container.md
index 07f9550e1f..06d0018279 100644
--- a/docs/tasks/configure-pod-container/assign-cpu-ram-container.md
+++ b/docs/tasks/configure-pod-container/assign-cpu-ram-container.md
@@ -87,7 +87,7 @@ than what you expect to use.
If you specify a request, a Pod is guaranteed to be able to use that much
of the resource. See
-[Resource QoS](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/resource-qos.md) for the difference between resource limits and requests.
+[Resource QoS](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/resource-qos.md) for the difference between resource limits and requests.
## If you don't specify limits or requests