From 144964002e26f5422b157bdf462c5ddb4e545d43 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Sat, 8 Oct 2022 13:25:01 +0800 Subject: [PATCH] fix README.md users.md to USERS.md (#410) Signed-off-by: yxxhero Signed-off-by: yxxhero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ff18f1c..f22b9abd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To avoid upgrades for each iteration of `helm`, the `helmfile` executable delega March 2022 Update - The helmfile project has been moved to [helmfile/helmfile](https://github.com/helmfile/helmfile) from the former home `roboll/helmfile`. Please see roboll/helmfile#1824 for more information. -Even though Helmfile is used in production environments [across multiple organizations](users.md), it is still in its early stage of development, hence versioned 0.x. +Even though Helmfile is used in production environments [across multiple organizations](USERS.md), it is still in its early stage of development, hence versioned 0.x. Helmfile complies to Semantic Versioning 2.0.0 in which v0.x means that there could be backward-incompatible changes for every release.