docs/architecture.md: Fix broken link

This commit is contained in:
Alexander Brand 2020-11-13 09:15:46 -05:00 committed by GitHub
parent d351ef430c
commit 6b0d4184d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 While a custom implementation may be in any language or framework, this project provides a
sample implementation in Golang. See the `ServeHTTP` method of 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. More IDP types are coming soon.