From 603d305194bd0b2f66dbdaf4eb0d49d451b3eef4 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 7 Jul 2022 13:36:16 +0800 Subject: [PATCH] fix paths.md link error Signed-off-by: yxxhero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd7a6f2..c85e6775 100644 --- a/README.md +++ b/README.md @@ -617,7 +617,7 @@ A few rules to clear up this ambiguity: - Relative paths referenced *in* the Helmfile manifest itself are relative to that manifest - Relative paths referenced on the command line are relative to the current working directory the user is in -For additional context, take a look at [paths examples](PATHS.md). +For additional context, take a look at [paths examples](docs/paths.md). ## Labels Overview