From e4ea7eea309edc6a26d795dd0c4b50a20d6d6cae Mon Sep 17 00:00:00 2001 From: Richard Edwards Date: Fri, 27 Jan 2017 16:31:30 -0800 Subject: [PATCH] fix broquen link --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index b52e55a298..2b18343fee 100644 --- a/docs/api.md +++ b/docs/api.md @@ -12,7 +12,7 @@ Overall API conventions are described in the [API conventions doc](https://githu Remote access to the API is discussed in the [access doc](/docs/admin/accessing-the-api). -The Kubernetes API also serves as the foundation for the declarative configuration schema for the system. The [Kubectl](/docs/user-guide/kubectl/kubectl) command-line tool can be used to create, update, delete, and get API objects. +The Kubernetes API also serves as the foundation for the declarative configuration schema for the system. The [Kubectl](/docs/user-guide/kubectl) command-line tool can be used to create, update, delete, and get API objects. Kubernetes also stores its serialized state (currently in [etcd](https://coreos.com/docs/distributed-configuration/getting-started-with-etcd/)) in terms of the API resources.