From e9bbcd93a9158f73105f4e0ecdc77e39fba0d08b Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 29 Mar 2019 14:37:12 +0100 Subject: [PATCH] fixed links --- README.md | 2 +- docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96bac2f89..61f5c5adc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ manages PostgreSQL clusters on Kubernetes: # Getting started -For a quick first impression follow the instructions of [this](docs/quickstart) +For a quick first impression follow the instructions of [this](docs/quickstart.md) tutorial. # Google Summer of Code diff --git a/docs/quickstart.md b/docs/quickstart.md index b657ff7ab..bf6c7481a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -126,4 +126,4 @@ consider adjusting the manifests to your particular setting. The operator can be configured with the provided ConfigMap (`manifests/configmap.yaml`) or the operator's own CRD. See -[developer docs](developer.yaml) for details. +[developer docs](developer.md) for details.