From 6b0d4184d59b2519496adb1bbbd32a4d45581b1e Mon Sep 17 00:00:00 2001 From: Alexander Brand Date: Fri, 13 Nov 2020 09:15:46 -0500 Subject: [PATCH 1/3] 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 e79060a7d..314a63fe4 100644 --- a/site/content/docs/architecture.md +++ b/site/content/docs/architecture.md @@ -42,7 +42,7 @@ Pinniped supports the following external IDP types. serve as an extension point for Pinniped by allowing for integration of arbitrary custom authenticators. While a custom implementation may be in any language or framework, this project provides a sample implementation in Golang. See the `ServeHTTP` method of - [cmd/local-user-authenticator/main.go](https://github.com/vmware-tanzu/pinniped/cmd/local-user-authenticator/main.go). + [cmd/local-user-authenticator/main.go](https://github.com/vmware-tanzu/pinniped/blob/main/cmd/local-user-authenticator/main.go). More IDP types are coming soon. From 271640b66df57f556ab244e2d7e0a317045de3db Mon Sep 17 00:00:00 2001 From: Alexander Brand Date: Fri, 13 Nov 2020 09:17:47 -0500 Subject: [PATCH 2/3] 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 314a63fe4..64fb57156 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 From 406d6b554489c2758a5bcba5b15e882d9f9680d9 Mon Sep 17 00:00:00 2001 From: Alexander Brand Date: Fri, 13 Nov 2020 09:18:48 -0500 Subject: [PATCH 3/3] docs/scope.md: Fix link to contrib guide Signed-off-by: Alexander Brand --- site/content/docs/scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/scope.md b/site/content/docs/scope.md index 418e6079f..3b52f03f5 100644 --- a/site/content/docs/scope.md +++ b/site/content/docs/scope.md @@ -36,4 +36,4 @@ The following items are out of scope for the Pinniped project. More details coming soon! For more details on proposing features and bugs, check out our -[contributing](../CONTRIBUTING.md) doc. +[contributing](https://github.com/vmware-tanzu/pinniped/blob/main/CONTRIBUTING.md) doc.