From a86922a48878ec507ee0231ee4414e5f985616f3 Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Thu, 29 Oct 2015 15:26:06 -0700 Subject: [PATCH] Fix broken api group link --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 53257521054..f05074ea115 100644 --- a/docs/api.md +++ b/docs/api.md @@ -92,7 +92,7 @@ in more detail in the [API Changes documentation](devel/api_changes.md#alpha-bet ## API groups To make it easier to extend the Kubernetes API, we are in the process of implementing [*API -groups*](proposals/api-groups.md). These are simply different interfaces to read and/or modify the +groups*](proposals/api-group.md). These are simply different interfaces to read and/or modify the same underlying resources. The API group is specified in a REST path and in the `apiVersion` field of a serialized object.