Skip to content

Commit 6e45431

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 6bce874 commit 6e45431

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

versioned_docs/version-3.10/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
@@ -101,7 +101,7 @@ First, in a new working directory, create a directory named `scalardb-cluster`,
101101
mkdir scalardb-cluster
102102
```
103103

104-
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.
104+
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.
105105

106106
Generate the gRPC code by running the following command:
107107

versioned_docs/version-3.10/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
@@ -104,7 +104,7 @@ pip install grpcio grpcio-tools
104104

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

107-
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.
107+
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.
108108

109109
You can generate the stub code by running the following command:
110110

versioned_docs/version-3.10/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.10/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)