From 28f3cfdd4fefedaa65912978d968d375d184a666 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Sat, 15 Jul 2017 10:57:00 -0600 Subject: [PATCH] Update backlinks to client libraries page Signed-off-by: Ahmet Alp Balkan --- docs/getting-started-guides/clc.md | 2 +- docs/tasks/access-application-cluster/access-cluster.md | 6 ++++-- docs/tasks/administer-cluster/access-cluster-api.md | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/getting-started-guides/clc.md b/docs/getting-started-guides/clc.md index 4a1eada797..e1be3568c8 100644 --- a/docs/getting-started-guides/clc.md +++ b/docs/getting-started-guides/clc.md @@ -252,7 +252,7 @@ kubectl cluster-info ### Accessing the cluster programmatically -It's possible to use the locally stored client certificates to access the api server. For example, you may want to use any of the [Kubernetes API client libraries](https://git.k8s.io/community/contributors/devel/client-libraries.md) to program against your Kubernetes cluster in the programming language of your choice. +It's possible to use the locally stored client certificates to access the api server. For example, you may want to use any of the [Kubernetes API client libraries](/docs/reference/client-libraries/) to program against your Kubernetes cluster in the programming language of your choice. To demonstrate how to use these locally stored certificates, we provide the following example of using ```curl``` to communicate to the master api server via https: diff --git a/docs/tasks/access-application-cluster/access-cluster.md b/docs/tasks/access-application-cluster/access-cluster.md index 69a8cf9ed0..e4b8b26a60 100644 --- a/docs/tasks/access-application-cluster/access-cluster.md +++ b/docs/tasks/access-application-cluster/access-cluster.md @@ -124,7 +124,8 @@ with future high-availability support. ### Programmatic access to the API -Kubernetes supports [Go](#go-client) and [Python](#python-client) client libraries. +Kubernetes officially supports [Go](#go-client) and [Python](#python-client) +client libraries. #### Go client @@ -145,7 +146,8 @@ as the kubectl CLI does to locate and authenticate to the apiserver. See this [e #### Other languages -There are [client libraries](https://git.k8s.io/community/contributors/devel/client-libraries.md) for accessing the API from other languages. See documentation for other libraries for how they authenticate. +There are [client libraries](/docs/reference/client-libraries/) for accessing the API from other languages. +See documentation for other libraries for how they authenticate. ### Accessing the API from a Pod diff --git a/docs/tasks/administer-cluster/access-cluster-api.md b/docs/tasks/administer-cluster/access-cluster-api.md index 16f41c2631..2d07d05c54 100644 --- a/docs/tasks/administer-cluster/access-cluster-api.md +++ b/docs/tasks/administer-cluster/access-cluster-api.md @@ -116,7 +116,8 @@ with future high-availability support. ### Programmatic access to the API -Kubernetes supports [Go](#go-client) and [Python](#python-client) client libraries. +Kubernetes officially supports client libraries for [Go](#go-client) and +[Python](#python-client). #### Go client @@ -167,7 +168,7 @@ for i in ret.items: #### Other languages -There are [client libraries](https://git.k8s.io/community/contributors/devel/client-libraries.md) for accessing the API from other languages. See documentation for other libraries for how they authenticate. +There are [client libraries](/docs/reference/client-libraries/) for accessing the API from other languages. See documentation for other libraries for how they authenticate. ### Accessing the API from a Pod