From 4d0647851a0419c7bceb1803fef7a1aedecdfcc3 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sat, 25 Mar 2017 19:06:38 -0700 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e641f6e..54eccf0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This tutorial assumes you have access to [Google Cloud Platform](https://cloud.g * [Cloud Infrastructure Provisioning](docs/01-infrastructure-gcp.md) * [Setting up a CA and TLS Cert Generation](docs/02-certificate-authority.md) -* [Setting up TLS Client Bootstrap and RBAC Authentication](docs/03-authentication.md) +* [Setting up TLS Client Bootstrap and RBAC Authentication](docs/03-auth-configs.md) * [Bootstrapping a H/A etcd cluster](docs/04-etcd.md) * [Bootstrapping a H/A Kubernetes Control Plane](docs/05-kubernetes-controller.md) * [Bootstrapping Kubernetes Workers](docs/06-kubernetes-worker.md)