From 6b0d4184d59b2519496adb1bbbd32a4d45581b1e Mon Sep 17 00:00:00 2001 From: Alexander Brand Date: Fri, 13 Nov 2020 09:15:46 -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 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.