From 46e360760dfd2b44ee92cd6e2acea82d5b613e5d Mon Sep 17 00:00:00 2001 From: Fernando Cerqueira Date: Wed, 22 Nov 2023 18:27:23 -0300 Subject: [PATCH] Updated link image --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b78dd6c..c9e8b62 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,7 +40,7 @@ A ring buffer makes a bounded queue when separate indices are used for inserting The implementation follows the basic principle. The principle was expanded to have a scale capacity that may or may not be modified to optimize the consumption of the resources used. -![](./docs/images/RingBufferPlusFeature.png) +![](./images/RingBufferPlusFeature.png) ### Key Features [**Top**](#table-of-contents)