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.
This commit is contained in:
shavidissa
2019-01-08 17:58:29 +05:30
committed by Kubernetes Prow Robot
parent ef3c9ec370
commit 9e9eb8108f
@@ -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