diff --git a/nats-on-kubernetes/nats-kubernetes.md b/nats-on-kubernetes/nats-kubernetes.md index b0f7516..bbdc4f3 100644 --- a/nats-on-kubernetes/nats-kubernetes.md +++ b/nats-on-kubernetes/nats-kubernetes.md @@ -19,7 +19,7 @@ The fastest and easiest way to get started is with just one shell command: curl -sSL https://nats-io.github.io/k8s/setup.sh | sh ``` -_In case you don't have a cluster already, you can find some notes on how to create a small cluster using one of the hosted Kubernetes providers_ [_here_](https://github.com/nats-io/k8s/docs/create-k8s-cluster.md)_._ +_In case you don't have a cluster already, you can find some notes on how to create a small cluster using one of the hosted Kubernetes providers_ [_here_](create-k8s-cluster.md)_._ This will run a `nats-setup` container with the [required policy](https://github.com/nats-io/k8s/blob/master/setup/bootstrap-policy.yml) and deploy a NATS cluster on Kubernetes with external access, TLS and decentralized authorization.