From e904a22c63a332fe83322e0b9fde4aaa3a5d9b93 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 23 Jan 2025 09:01:31 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- .../develop-run-non-transactional-operations-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.12/develop-run-non-transactional-operations-overview.mdx b/versioned_docs/version-3.12/develop-run-non-transactional-operations-overview.mdx index 65af298e..73eda5c4 100644 --- a/versioned_docs/version-3.12/develop-run-non-transactional-operations-overview.mdx +++ b/versioned_docs/version-3.12/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)