From cc79282861acd3908e70b29f04d9903db1691e01 Mon Sep 17 00:00:00 2001 From: Satyajit Das Date: Fri, 6 Dec 2019 04:38:49 +0000 Subject: [PATCH] Broken link fixed (#17961) * Broken link fixed * Better wording Co-Authored-By: Tim Bannister --- content/en/docs/tasks/administer-cluster/access-cluster-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 38c87eb582..4dc9db9ce5 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, please refer to the [next section](#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](#accessing-the-api-from-within-a-pod). #### Python client @@ -451,4 +451,3 @@ The output will be similar to this: {{% /capture %}} -