This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 897fb62  Fix internal link in search doc (#258)
897fb62 is described below

commit 897fb6226e231e99807babde8a6303c1ad072ebb
Author: Twice <[email protected]>
AuthorDate: Sun Nov 10 17:42:15 2024 +0800

    Fix internal link in search doc (#258)
---
 docs/kvrocks-search.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/kvrocks-search.md b/docs/kvrocks-search.md
index 300373b..ddcb814 100644
--- a/docs/kvrocks-search.md
+++ b/docs/kvrocks-search.md
@@ -6,7 +6,7 @@ In addition to being compatible with many commands and the 
query syntax of [Redi
 
 Kvrocks Search is currently in the experimental stage and only available on 
the `unstable` branch. We do not provide compatibility guarantees at this time. 
If you encounter any problems, please submit them to [GitHub 
issues](https://github.com/apache/kvrocks/issues).
 
-For its implementation details, please refer to [this blog 
post](../blog/kqir-query-engine).
+For its implementation details, please refer to [this blog 
post](/blog/kqir-query-engine).
 
 ## Supported Commands
 

Reply via email to