From 5f7439095e986d7583de856868b2c834d99c2789 Mon Sep 17 00:00:00 2001 From: Kappie37 <44774200+Kappie37@users.noreply.github.com> Date: Mon, 8 Mar 2021 13:53:16 +0100 Subject: [PATCH 1/2] Update access-cluster-api.md Update not working link to the correct one about Accessing the API from within a Pod --- content/en/docs/tasks/administer-cluster/access-cluster-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/access-cluster-api.md b/content/en/docs/tasks/administer-cluster/access-cluster-api.md index 191ec0c2fe..bc9bbd101d 100644 --- a/content/en/docs/tasks/administer-cluster/access-cluster-api.md +++ b/content/en/docs/tasks/administer-cluster/access-cluster-api.md @@ -192,7 +192,7 @@ func main() { } ``` -If the application is deployed as a Pod in the cluster, see [Accessing the API from within a Pod](#accessing-the-api-from-within-a-pod). +If the application is deployed as a Pod in the cluster, see [Accessing the API from within a Pod](https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod). #### Python client From e317531fad108a8e0444f5df96b3d2a87d9710a8 Mon Sep 17 00:00:00 2001 From: Kappie37 <44774200+Kappie37@users.noreply.github.com> Date: Tue, 9 Mar 2021 09:57:28 +0100 Subject: [PATCH 2/2] Update content/en/docs/tasks/administer-cluster/access-cluster-api.md remove unnecessary 'https://kubernetes.io' from a link Co-authored-by: Qiming Teng --- content/en/docs/tasks/administer-cluster/access-cluster-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/access-cluster-api.md b/content/en/docs/tasks/administer-cluster/access-cluster-api.md index bc9bbd101d..0275cadabf 100644 --- a/content/en/docs/tasks/administer-cluster/access-cluster-api.md +++ b/content/en/docs/tasks/administer-cluster/access-cluster-api.md @@ -192,7 +192,7 @@ func main() { } ``` -If the application is deployed as a Pod in the cluster, see [Accessing the API from within a Pod](https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod). +If the application is deployed as a Pod in the cluster, see [Accessing the API from within a Pod](/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod). #### Python client