From 271640b66df57f556ab244e2d7e0a317045de3db Mon Sep 17 00:00:00 2001 From: Alexander Brand Date: Fri, 13 Nov 2020 09:17:47 -0500 Subject: [PATCH] docs/architecture.md: Fix broken link --- site/content/docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/architecture.md b/site/content/docs/architecture.md index 314a63fe..64fb5715 100644 --- a/site/content/docs/architecture.md +++ b/site/content/docs/architecture.md @@ -71,7 +71,7 @@ With any of the above IDPs and integration strategies, `kubectl` commands receiv cluster-specific credential via a [Kubernetes client-go credential plugin](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins). Users may use the Pinniped CLI as the credential plugin, or they may use any proprietary CLI -built with the [Pinniped Go client library](https://github.com/vmware-tanzu/pinniped/generated). +built with the [Pinniped Go client library](https://github.com/vmware-tanzu/pinniped/tree/main/generated). ## Example Cluster Authentication Sequence Diagram