Skip to content

Commit 3a567b3

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#940)
Co-authored-by: josh-wong <[email protected]>
1 parent 0705c7f commit 3a567b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-go-for-scalardb-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ First, in a new working directory, create a directory named `scalardb-cluster`,
9696
mkdir scalardb-cluster
9797
```
9898

99-
Then, download the `scalardb-cluster.proto` file and save it in the directory that you created. For ScalarDB Cluster users who have a commercial license, please [contact us](https://www.scalar-labs.com/contact) if you need the `scalardb-cluster.proto` file.
99+
Then, download the `scalardb-cluster.proto` file and save it in the directory that you created. For ScalarDB Cluster users who have a commercial license, please [contact support](https://www.scalar-labs.com/support) if you need the `scalardb-cluster.proto` file.
100100

101101
Generate the gRPC code by running the following command:
102102

versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pip install grpcio grpcio-tools
9999

100100
To communicate with the gRPC server for ScalarDB Cluster, you will need to generate the stub code from the proto file.
101101

102-
First, download the `scalardb-cluster.proto` file, then save it in the working directory. For ScalarDB Cluster users who have a commercial license, please [contact us](https://www.scalar-labs.com/contact) if you need the `scalardb-cluster.proto` file.
102+
First, download the `scalardb-cluster.proto` file, then save it in the working directory. For ScalarDB Cluster users who have a commercial license, please [contact support](https://www.scalar-labs.com/support) if you need the `scalardb-cluster.proto` file.
103103

104104
You can generate the stub code by running the following command:
105105

versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-grpc-api-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ScalarDB Cluster provides a Java API that uses the gRPC API internally.
1616
If you use Java or a JVM language, you can use the Java API instead of the ScalarDB Cluster gRPC API directly.
1717
For details about the Java API, see [Developer Guide for ScalarDB Cluster with the Java API](developer-guide-for-scalardb-cluster-with-java-api.mdx).
1818

19-
For details about the services and messages for the ScalarDB Cluster gRPC API, see the definitions in the `scalardb-cluster.proto` file. For ScalarDB Cluster users who have a commercial license, please [contact us](https://www.scalar-labs.com/contact) if you need the `scalardb-cluster.proto` file.
19+
For details about the services and messages for the ScalarDB Cluster gRPC API, see the definitions in the `scalardb-cluster.proto` file. For ScalarDB Cluster users who have a commercial license, please [contact support](https://www.scalar-labs.com/support) if you need the `scalardb-cluster.proto` file.
2020

2121
ScalarDB Cluster gRPC API is composed of the following services:
2222

versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-sql-grpc-api-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ScalarDB Cluster SQL provides a Java API that uses the gRPC API internally.
1515
If you use Java or a JVM language, you can use the Java API instead of the ScalarDB Cluster SQL gRPC API directly.
1616
For details about the Java API, see [Developer Guide for ScalarDB Cluster with the Java API](developer-guide-for-scalardb-cluster-with-java-api.mdx).
1717

18-
For details about the services and messages for the ScalarDB Cluster SQL gRPC API, see the definitions in the `scalardb-cluster-sql.proto` file. For ScalarDB Cluster users who have a commercial license, please [contact us](https://www.scalar-labs.com/contact) if you need the `scalardb-cluster-sql.proto` file.
18+
For details about the services and messages for the ScalarDB Cluster SQL gRPC API, see the definitions in the `scalardb-cluster-sql.proto` file. For ScalarDB Cluster users who have a commercial license, please [contact support](https://www.scalar-labs.com/support) if you need the `scalardb-cluster-sql.proto` file.
1919

2020
ScalarDB Cluster SQL gRPC API is composed of the following services:
2121

0 commit comments

Comments
 (0)