This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0141edcd61 [INLONG-916][Doc] Optimize document description(#917)
0141edcd61 is described below
commit 0141edcd619730de30e6f65d53dac26e3e772842
Author: haifxu <[email protected]>
AuthorDate: Wed Jan 17 11:23:55 2024 +0800
[INLONG-916][Doc] Optimize document description(#917)
---
docs/quick_start/data_sync/mysql_clickhouse_example.md | 2 +-
docs/quick_start/data_sync/mysql_iceberg_example.md | 2 +-
docs/quick_start/data_sync/mysql_starrocks_example.md | 2 +-
.../current/quick_start/data_sync/mysql_clickhouse_example.md | 2 +-
.../current/quick_start/data_sync/mysql_iceberg_example.md | 2 +-
.../current/quick_start/data_sync/mysql_starrocks_example.md | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/quick_start/data_sync/mysql_clickhouse_example.md
b/docs/quick_start/data_sync/mysql_clickhouse_example.md
index 9f337849b1..04df530de3 100644
--- a/docs/quick_start/data_sync/mysql_clickhouse_example.md
+++ b/docs/quick_start/data_sync/mysql_clickhouse_example.md
@@ -14,7 +14,7 @@ Before we begin, we need to install InLong. Here we provide
two ways:
### Add Connectors
-Download the [connectors](https://inlong.apache.org/downloads/) corresponding
to Flink 1.13, and after decompression, place
`sort-connector-jdbc-[version]-SNAPSHOT.jar` in `/inlong-sort/connectors/`
directory.
+Download the [connectors](https://inlong.apache.org/downloads/) corresponding
to Flink version, and after decompression, place
`sort-connector-jdbc-[version]-SNAPSHOT.jar` in `/inlong-sort/connectors/`
directory.
### Install ClickHouse
```shell
diff --git a/docs/quick_start/data_sync/mysql_iceberg_example.md
b/docs/quick_start/data_sync/mysql_iceberg_example.md
index 5e1b19e3b7..4841d8857d 100644
--- a/docs/quick_start/data_sync/mysql_iceberg_example.md
+++ b/docs/quick_start/data_sync/mysql_iceberg_example.md
@@ -13,7 +13,7 @@ Before we begin, we need to install InLong. Here we provide
two ways:
- [Bare Metal Deployment](deployment/bare_metal.md)
### Add Connectors
-Download the [connectors](https://inlong.apache.org/downloads/) corresponding
to Flink 1.13, and after decompression, place
`sort-connector-iceberg-[version]-SNAPSHOT.jar` in `/inlong-sort/connectors/`
directory.
+Download the [connectors](https://inlong.apache.org/downloads/) corresponding
to Flink version, and after decompression, place
`sort-connector-iceberg-[version]-SNAPSHOT.jar` in `/inlong-sort/connectors/`
directory.
### Install Iceberg
Please refer to the [Installation
Tutorial](https://iceberg.apache.org/hive-quickstart) on the Apache Iceberg
official website.
diff --git a/docs/quick_start/data_sync/mysql_starrocks_example.md
b/docs/quick_start/data_sync/mysql_starrocks_example.md
index 710cbd74b7..d6b4c9f5c7 100644
--- a/docs/quick_start/data_sync/mysql_starrocks_example.md
+++ b/docs/quick_start/data_sync/mysql_starrocks_example.md
@@ -14,7 +14,7 @@ Before we begin, we need to install InLong. Here we provide
two ways:
### Add Connectors
-Download the [connectors](https://inlong.apache.org/downloads/) corresponding
to Flink 1.13, and after decompression, place
`sort-connector-starrocks-[version]-SNAPSHOT.jar` in `/inlong-sort/connectors/`
directory.
+Download the [connectors](https://inlong.apache.org/downloads/) corresponding
to Flink version, and after decompression, place
`sort-connector-starrocks-[version]-SNAPSHOT.jar` in `/inlong-sort/connectors/`
directory.
### Install StarRocks
Please refer to the [Installation
Tutorial](https://docs.starrocks.io/docs/quick_start/) on the Apache StarRocks
official website
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_clickhouse_example.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_clickhouse_example.md
index 4c3f88145d..72c12ed001 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_clickhouse_example.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_clickhouse_example.md
@@ -14,7 +14,7 @@ sidebar_position: 1
### 添加 Connectors
-下载 Flink 1.13 对应版本的
[connectors](https://inlong.apache.org/zh-CN/downloads),解压后将
`sort-connector-jdbc-[version]-SNAPSHOT.jar` 放在 `/inlong-sort/connectors/` 目录下。
+下载与 Flink 版本对应的 [connectors](https://inlong.apache.org/zh-CN/downloads),解压后将
`sort-connector-jdbc-[version]-SNAPSHOT.jar` 放在 `/inlong-sort/connectors/` 目录下。
### 安装 ClickHouse
```shell
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_iceberg_example.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_iceberg_example.md
index 7196d65967..bcd4007d82 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_iceberg_example.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_iceberg_example.md
@@ -13,7 +13,7 @@ sidebar_position: 3
- [Bare Metal 部署](deployment/bare_metal.md)
### 添加 Connectors
-下载 Flink 1.13 对应版本的
[connectors](https://inlong.apache.org/zh-CN/downloads),解压后将
`sort-connector-iceberg-[version]-SNAPSHOT.jar` 放在 `/inlong-sort/connectors/`
目录下。
+下载与 Flink 版本对应的 [connectors](https://inlong.apache.org/zh-CN/downloads),解压后将
`sort-connector-iceberg-[version]-SNAPSHOT.jar` 放在 `/inlong-sort/connectors/`
目录下。
### 安装 Iceberg
请参考 Apache Iceberg 官网的[安装教程](https://iceberg.apache.org/hive-quickstart)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_starrocks_example.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_starrocks_example.md
index 64b31a95bc..571bc65325 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_starrocks_example.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/data_sync/mysql_starrocks_example.md
@@ -14,7 +14,7 @@ sidebar_position: 2
### 添加 Connectors
-下载 Flink 1.13 对应版本的
[connectors](https://inlong.apache.org/zh-CN/downloads),解压后将
`sort-connector-starrocks-[version]-SNAPSHOT.jar` 放在 `/inlong-sort/connectors/`
目录下。
+下载与 Flink 版本对应的 [connectors](https://inlong.apache.org/zh-CN/downloads),解压后将
`sort-connector-starrocks-[version]-SNAPSHOT.jar` 放在 `/inlong-sort/connectors/`
目录下。
### 安装 StarRocks
请参考 Apache StarRocks 官网的[安装教程](https://docs.starrocks.io/docs/quick_start/)。