This is an automated email from the ASF dual-hosted git repository.

tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 83ceb8a1c [Improve][Docs] Official Quick Start flink document case 
error #4179 (#4180)
83ceb8a1c is described below

commit 83ceb8a1c2f04d6a9dcc4be4deee844ee47387bd
Author: zhilinli <[email protected]>
AuthorDate: Wed Feb 22 11:35:32 2023 +0800

    [Improve][Docs] Official Quick Start flink document case error #4179 (#4180)
---
 docs/en/start-v2/locally/quick-start-flink.md            | 6 +++---
 docs/en/start-v2/locally/quick-start-seatunnel-engine.md | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/start-v2/locally/quick-start-flink.md 
b/docs/en/start-v2/locally/quick-start-flink.md
index 87b390e97..68c7bf746 100644
--- a/docs/en/start-v2/locally/quick-start-flink.md
+++ b/docs/en/start-v2/locally/quick-start-flink.md
@@ -18,7 +18,7 @@ Change `FLINK_HOME` to the Flink deployment dir.
 
 ## Step 3: Add Job Config File to define a job
 
-Edit `config/seatunnel.streaming.conf.template`, which determines the way and 
logic of data input, processing, and output after seatunnel is started.
+Edit `config/v2.streaming.conf.template`, which determines the way and logic 
of data input, processing, and output after seatunnel is started.
 The following is an example of the configuration file, which is the same as 
the example application mentioned above.
 
 ```hocon
@@ -56,14 +56,14 @@ flink version between `1.12.x` and `1.14.x`
 
 ```shell
 cd "apache-seatunnel-incubating-${version}"
-./bin/start-seatunnel-flink-13-connector-v2.sh --config 
./config/seatunnel.streaming.conf.template
+./bin/start-seatunnel-flink-13-connector-v2.sh --config 
./config/v2.streaming.conf.template
 ```
 
 flink version between `1.15.x` and `1.16.x`
 
 ```shell
 cd "apache-seatunnel-incubating-${version}"
-./bin/start-seatunnel-flink-15-connector-v2.sh --config 
./config/seatunnel.streaming.conf.template
+./bin/start-seatunnel-flink-15-connector-v2.sh --config 
./config/v2.streaming.conf.template
 ```
 
 **See The Output**: When you run the command, you could see its output in your 
console. You can think this
diff --git a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md 
b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
index e580507ab..48024f085 100644
--- a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
+++ b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
@@ -47,7 +47,7 @@ You could start the application by the following commands
 
 ```shell
 cd "apache-seatunnel-incubating-${version}"
-./bin/seatunnel.sh --config ./config/seatunnel.streaming.conf.template -e local
+./bin/seatunnel.sh --config ./config/v2.streaming.conf.template -e local
 
 ```
 

Reply via email to