From 4470d3d2d1bf855abb4945620788ad40b3f9258e Mon Sep 17 00:00:00 2001 From: Margo Crawford Date: Tue, 16 Mar 2021 11:00:31 -0700 Subject: [PATCH] Fix broken links to architecture page --- site/content/docs/tutorials/concierge-and-supervisor-demo.md | 2 +- site/content/docs/tutorials/concierge-only-demo.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/tutorials/concierge-and-supervisor-demo.md b/site/content/docs/tutorials/concierge-and-supervisor-demo.md index 382cdfc0..3d2ae8c2 100644 --- a/site/content/docs/tutorials/concierge-and-supervisor-demo.md +++ b/site/content/docs/tutorials/concierge-and-supervisor-demo.md @@ -11,7 +11,7 @@ menu: ## Prerequisites -1. A Kubernetes cluster of a type supported by Pinniped Concierge as described in [architecture](/docs/architecture). +1. A Kubernetes cluster of a type supported by Pinniped Concierge as described in [architecture](/docs/background/architecture). Don't have a cluster handy? Consider using [kind](https://kind.sigs.k8s.io/) on your local machine. See below for an example of using kind. diff --git a/site/content/docs/tutorials/concierge-only-demo.md b/site/content/docs/tutorials/concierge-only-demo.md index 22943c84..e625a222 100644 --- a/site/content/docs/tutorials/concierge-only-demo.md +++ b/site/content/docs/tutorials/concierge-only-demo.md @@ -12,12 +12,12 @@ menu: ## Prerequisites -1. A Kubernetes cluster of a type supported by Pinniped as described in [architecture](/docs/architecture). +1. A Kubernetes cluster of a type supported by Pinniped as described in [architecture](/docs/background/architecture). Don't have a cluster handy? Consider using [kind](https://kind.sigs.k8s.io/) on your local machine. See below for an example of using kind. -1. An authenticator of a type supported by Pinniped as described in [architecture](/docs/architecture). +1. An authenticator of a type supported by Pinniped as described in [architecture](/docs/background/architecture). Don't have an authenticator of a type supported by Pinniped handy? No problem, there is a demo authenticator available. Start by installing local-user-authenticator on the same cluster where you would like to try Pinniped