From 0e045468806e650da5a401d44f24a2a105c02e8c Mon Sep 17 00:00:00 2001 From: Ugo Mignon <56931733+TartanLeGrand@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:11:03 +0200 Subject: [PATCH] docs: fix best pratices guide link Signed-off-by: Ugo Mignon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b874433..7ff18f1c 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Iterate on the `helmfile.yaml` by referencing: * [Configuration](https://helmfile.readthedocs.io/en/latest/#configuration) * [CLI reference](https://helmfile.readthedocs.io/en/latest/#cli-reference) -* [Helmfile Best Practices Guide](https://github.com/roboll/helmfile/blob/master/docs/writing-helmfile.md) +* [Helmfile Best Practices Guide](https://helmfile.readthedocs.io/en/latest/writing-helmfile/) ## Docs