This is an automated email from the ASF dual-hosted git repository. kunni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push: new 3d228241c [Fix][Docs] Quick Start mysql-to-starrocks Flink Version Incorrect (#4052) 3d228241c is described below commit 3d228241cd1fd7503d7b7ddfebafe5315f85f46b Author: suntectec <109743341+suntec...@users.noreply.github.com> AuthorDate: Fri Jul 4 15:29:40 2025 +0800 [Fix][Docs] Quick Start mysql-to-starrocks Flink Version Incorrect (#4052) --- docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md index fab5ec8b3..3f7eb3d12 100644 --- a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md +++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md @@ -34,7 +34,7 @@ under the License. ### 准备 Flink Standalone 集群 1. 下载 [Flink 1.20.1](https://archive.apache.org/dist/flink/flink-1.20.1/flink-1.20.1-bin-scala_2.12.tgz) ,解压后得到 flink-1.20.1 目录。 - 使用下面的命令跳转至 Flink 目录下,并且设置 FLINK_HOME 为 flink-1.18.0 所在目录。 + 使用下面的命令跳转至 Flink 目录下,并且设置 FLINK_HOME 为 flink-1.20.1 所在目录。 ```shell cd flink-1.20.1