Skip to content

Commit 7d2f244

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/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
@@ -97,7 +97,7 @@ First, in a new working directory, create a directory named `scalardb-cluster`,
9797
mkdir scalardb-cluster
9898
```
9999

100-
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.
100+
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.
101101

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

docs/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
@@ -100,7 +100,7 @@ pip install grpcio grpcio-tools
100100

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

103-
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.
103+
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.
104104

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

docs/scalardb-cluster/scalardb-cluster-grpc-api-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ScalarDB Cluster provides a Java API that uses the gRPC API internally.
1717
If you use Java or a JVM language, you can use the Java API instead of the ScalarDB Cluster gRPC API directly.
1818
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).
1919

20-
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.
20+
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.
2121

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

docs/scalardb-cluster/scalardb-cluster-sql-grpc-api-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ScalarDB Cluster SQL 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 SQL 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 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.
19+
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.
2020

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

0 commit comments

Comments
 (0)