From 373d10f1fd9de8161ccf2e7346d8278b1706d300 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Tue, 1 Aug 2017 04:06:26 -0400 Subject: [PATCH] Fix aggregation link in custom resources page. (#4338) --- docs/concepts/api-extension/custom-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/api-extension/custom-resources.md b/docs/concepts/api-extension/custom-resources.md index 5ee2900ca3..43cc9256c2 100644 --- a/docs/concepts/api-extension/custom-resources.md +++ b/docs/concepts/api-extension/custom-resources.md @@ -63,7 +63,7 @@ persistent storage of objects. The main Kubernetes API server handles built-in resources like *pods* and *services*, and can also handle custom resources in a generic way through [CustomResourceDefinitions](#customresourcedefinitions). -The [aggregation layer](/docs/concepts/api-extension/) allows you to provide specialized +The [aggregation layer](/docs/concepts/api-extension/apiserver-aggregation/) allows you to provide specialized implementations for your custom resources by writing and deploying your own standalone API server. The main API server delegates requests to you for the custom resources that you handle, making them available to all of its clients.