summaryrefslogtreecommitdiff
path: root/contributors/design-proposals
diff options
context:
space:
mode:
authorNaeil ZOUEIDI <naeilzoueidi@ubuntu.com>2019-03-21 07:51:11 -0400
committerNaeil ZOUEIDI <naeilzoueidi@ubuntu.com>2019-03-21 07:51:11 -0400
commitaedff336892ed733c26e0a6579f67210050c2db9 (patch)
tree341b157b56562fc5637725ef7589e1947a5fd365 /contributors/design-proposals
parente67ea2b1cdb446f0bd43fc27def532a35ee24b88 (diff)
Fixing broken links in aggregated-api-servers.md
Diffstat (limited to 'contributors/design-proposals')
-rw-r--r--contributors/design-proposals/api-machinery/aggregated-api-servers.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contributors/design-proposals/api-machinery/aggregated-api-servers.md b/contributors/design-proposals/api-machinery/aggregated-api-servers.md
index 3c3310b0..fdddddee 100644
--- a/contributors/design-proposals/api-machinery/aggregated-api-servers.md
+++ b/contributors/design-proposals/api-machinery/aggregated-api-servers.md
@@ -210,7 +210,7 @@ API for all these operations.
While deleting a namespace, kubernetes server needs to ensure that resources in
that namespace maintained by other servers are deleted as well. We can do this
-using resource [finalizers](namespaces.md#finalizers). Each server
+using resource [finalizers](/contributors/design-proposals/architecture/namespaces.md#finalizers). Each server
will add themselves in the set of finalizers before they create a resource in
the corresponding namespace and delete all their resources in that namespace,
whenever it is to be deleted (kubernetes API server already has this code, we
@@ -221,8 +221,8 @@ mechanism.
#### Limit ranges and resource quotas
-kubernetes server maintains [resource quotas](admission_control_resource_quota.md) and
-[limit ranges](admission_control_limit_range.md) for all resources.
+kubernetes server maintains [resource quotas](/contributors/design-proposals/resource-management/admission_control_resource_quota.md) and
+[limit ranges](/contributors/design-proposals/resource-management/admission_control_limit_range.md) for all resources.
Aggregated servers will need to check with the kubernetes server before creating any
resource.