From 0a7b09e7913a9916e767c584a57c37a4c0919063 Mon Sep 17 00:00:00 2001 From: haf-afa <56340843+haf-afa@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:21:07 +0100 Subject: [PATCH] Update quickstart.md (#699) --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 968adfde2..500d4db30 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -63,7 +63,7 @@ kubectl apply -k github.com/zalando/postgres-operator/manifests ``` For convenience, we have automated starting the operator with minikube using the -`run_operator_locally` script. It applies the [`acid-minimal-cluster`](../manifests/minimal-postgres-manifest). +`run_operator_locally` script. It applies the [`acid-minimal-cluster`](../manifests/minimal-postgres-manifest.yaml). manifest. ```bash