From 6303843457cc3742c4e2769b36fd0b0f971cd56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Thu, 17 Oct 2024 15:07:34 +0100 Subject: [PATCH] chore: fix README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76b6c56..03a9efc 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A **Refactor metric-consumer** task There are several branches developed as proposal: -- [Basic fixed one](basic-fixed) +- [Basic fixed one](src/branch/basic-fixed) > A basic code review, fixed with minor and essential changes to work as expected. > Tests are included for verification. -- [Improve one](improved) +- [Improve one](src/branch/improved) -- [Multiple input one](multi-input) +- [Multiple input one](src/branch/multi-input)