From d02a42b2ab48f0798cb8113e4c8205c519cf5cb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 6 Oct 2023 11:40:35 +0200 Subject: [PATCH] docs: fix link to benchmarks MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- docs/general-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general-guidelines.md b/docs/general-guidelines.md index 5bb64266..35f7db9d 100644 --- a/docs/general-guidelines.md +++ b/docs/general-guidelines.md @@ -1,7 +1,7 @@ # General guidelines Performance is one of the main target of these worker pool implementations, poolifier team wants to have a strong focus on this. -Poolifier already has a [benchmarks](./../benchmarks/) folder where you can find some comparisons. +Poolifier already has [benchmarks](./../benchmarks/README.md) where you can find some comparisons. ## Table of contents -- 2.34.1