From 8d8df519f1ef297d53943527687246baa60d741d Mon Sep 17 00:00:00 2001
From: SamiAlHassan <150172180+SamiAlHassan@users.noreply.github.com>
Date: Sun, 16 Feb 2025 13:45:04 +0000
Subject: [PATCH] patch figure links on k-v-store.md
---
docs/k-v-store.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/k-v-store.md b/docs/k-v-store.md
index 482d862..09f7aa0 100644
--- a/docs/k-v-store.md
+++ b/docs/k-v-store.md
@@ -6,4 +6,4 @@ A user-defined function will be used to deserialize the raw content in the log e
When a new key-value node just joins the network, it connects to the log layer and plays the log entries from head to tail to construct the latest state of the key-value store. During the log entry playing, an application-specific key-value node can skip irrelevant log entries which do not contain stream IDs that it cares.
-