From 49127919bde004c76d9a12c383c993c6d7f960aa Mon Sep 17 00:00:00 2001 From: David E Watson Date: Mon, 9 Sep 2019 19:23:19 -0700 Subject: [PATCH] Fix markdown link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3fe73..1d65301 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ document for more information. For the remainder of this document we will be ref [cluster-api-provider-docker](https://github.com/kubernetes-sigs/cluster-api-provider-docker) (CAPD) as our infrastructure provider. -A convenient way to set up infrastructure for testing is to use [kind]((https://kind.sigs.k8s.io/) +A convenient way to set up infrastructure for testing is to use [kind](https://kind.sigs.k8s.io/) as the platform cluster to install the controllers and CRDs into. Then use a tool like [tilt](https://tilt.dev/) or [skaffold](ttps://skaffold.dev/) to manage your dev environment. A minimal example of a Tiltfile looks like this: