From 279a663f948337da156f544b74e41928ad66f9ef Mon Sep 17 00:00:00 2001 From: Arpit Agrawal <72355275+Hii-Arpit@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:46:28 +0530 Subject: [PATCH] Update README.md The Service Account Token link in the readme is broken and refers to a page that no longer exists. In this PR I updated the correct link in the readme --- .../examples/in-cluster-client-configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/README.md b/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/README.md index 83ad1a6b5ff..be62415f846 100644 --- a/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/README.md +++ b/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/README.md @@ -54,5 +54,5 @@ the `kubectl run` command and then run: kubectl delete deployment demo -[sa]: https://kubernetes.io/docs/admin/authentication/#service-account-tokens +[sa]: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#service-account-tokens [mk]: https://kubernetes.io/docs/getting-started-guides/minikube/