From 85d88ffffd6f1e2a77c9b5d7b6845b31b628c243 Mon Sep 17 00:00:00 2001 From: uucloud <uucloud@qq.com> Date: Fri, 20 Oct 2023 05:36:24 +0800 Subject: [PATCH] doc:fix 404 k8s link (#3087) Signed-off-by: uucloud <uucloud@qq.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338e5f98..0c0951e7 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Please see our [security policy](.github/SECURITY.md) for details about reportin [scopes]: https://dexidp.io/docs/custom-scopes-claims-clients/#scopes [using-dex]: https://dexidp.io/docs/using-dex/ [jwt-io]: https://jwt.io/ -[kubernetes]: http://kubernetes.io/docs/admin/authentication/#openid-connect-tokens +[kubernetes]: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens [aws-sts]: https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html [go-oidc]: https://github.com/coreos/go-oidc [issue-1065]: https://github.com/dexidp/dex/issues/1065 -- GitLab