diff --git a/site/content/docs/architecture.md b/site/content/docs/architecture.md index e79060a7d..64fb57156 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. @@ -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 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.