From 9e9eb8108fee8a71bd3aa3ff9f5244d4134c92eb Mon Sep 17 00:00:00 2001 From: shavidissa Date: Tue, 8 Jan 2019 17:58:29 +0530 Subject: [PATCH] Updated a link (#12027) * Updated a link The section was directing to Kubernetes Objects for more information about the Kubernetes APIs. I updated the link so it directs to the Kubernetes API page. * Added a missing / to the link. * Updated as per the comment. --- .../user-journeys/users/application-developer/foundational.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/user-journeys/users/application-developer/foundational.md b/content/en/docs/user-journeys/users/application-developer/foundational.md index 02e84a4dd5..bdd83e2066 100644 --- a/content/en/docs/user-journeys/users/application-developer/foundational.md +++ b/content/en/docs/user-journeys/users/application-developer/foundational.md @@ -204,7 +204,7 @@ Examples of state include but are not limited to the following: Note that the API server is just the gateway, and that object data is actually stored in a highly available datastore called {{< link text="*etcd*" url="https://github.com/coreos/etcd" >}}. For most intents and purposes, though, you can focus on the API server. Most reads and writes to cluster state take place as API requests. -You can read more about the Kubernetes API {{< link text="here" url="/docs/concepts/overview/working-with-objects/kubernetes-objects/" >}}. +For more information, see {{< link text="Understanding Kubernetes Objects" url="/docs/concepts/overview/working-with-objects/kubernetes-objects/" >}}. #### Controllers