From f990a3827637e86f2d59c6cc822c41c153fb83de Mon Sep 17 00:00:00 2001 From: JesseBot Date: Wed, 10 Apr 2024 13:17:20 +0200 Subject: [PATCH 1/2] Update README.md - fix getting start doc markdown link Signed-off-by: JesseBot --- charts/cluster/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster/README.md b/charts/cluster/README.md index 745779e66..014a68cfc 100644 --- a/charts/cluster/README.md +++ b/charts/cluster/README.md @@ -51,7 +51,7 @@ helm upgrade --install cnpg \ cnpg/cluster ``` -A more detailed guide can be found here: [Getting Started](docs/Getting Started.md) +A more detailed guide can be found in the [Getting Started docs](<./docs/Getting Started.md>). Cluster Configuration --------------------- From 5e027df1b91d486c17b793fe01629e636442f5c8 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Wed, 10 Apr 2024 20:27:20 +0200 Subject: [PATCH 2/2] Update README.md.gotmpl - fix templated readme link Signed-off-by: JesseBot --- charts/cluster/README.md.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster/README.md.gotmpl b/charts/cluster/README.md.gotmpl index 956e1431e..e1a4d2f05 100644 --- a/charts/cluster/README.md.gotmpl +++ b/charts/cluster/README.md.gotmpl @@ -58,7 +58,7 @@ helm upgrade --install cnpg \ cnpg/cluster ``` -A more detailed guide can be found here: [Getting Started](docs/Getting Started.md) +A more detailed guide can be found in the [Getting Started docs](<./docs/Getting Started.md>). Cluster Configuration