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] 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