From e1632c067726df8fd59fa39d636edd007030e557 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 23 Jan 2025 09:03:01 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- docs/develop-run-non-transactional-operations-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop-run-non-transactional-operations-overview.mdx b/docs/develop-run-non-transactional-operations-overview.mdx index 65af298e..73eda5c4 100644 --- a/docs/develop-run-non-transactional-operations-overview.mdx +++ b/docs/develop-run-non-transactional-operations-overview.mdx @@ -18,6 +18,6 @@ To learn how to run analytical queries, see the following guides: - Run Through the CRUD Interface - [Use the ScalarDB Core Library](run-non-transactional-storage-operations-through-library.mdx) - - [Use ScalarDB Cluster](run-non-transactional-storage-operations-through-scalardb-cluster.mdx) + - [Use ScalarDB Cluster](scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx) - [Run Through the SQL Interface](scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx) - [Run Through the Primitive CRUD Interface](run-non-transactional-storage-operations-through-primitive-crud-interface.mdx)