This is an automated email from the ASF dual-hosted git repository.
liugddx 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 76a287766 [fix][docs] fix example file name (#4039)
76a287766 is described below
commit 76a287766983de166280e57d9445fe1e6ec8ecc0
Author: superPiKaChu <[email protected]>
AuthorDate: Fri Feb 3 12:58:23 2023 +0800
[fix][docs] fix example file name (#4039)
---
docs/en/contribution/setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/contribution/setup.md b/docs/en/contribution/setup.md
index b3132bb35..72f7ca74a 100644
--- a/docs/en/contribution/setup.md
+++ b/docs/en/contribution/setup.md
@@ -78,7 +78,7 @@ After all the above things are done, you just finish the
environment setup and c
of box. All examples are in module `seatunnel-examples`, you could pick one
you are interested in, [running or debugging
it in IDEA](https://www.jetbrains.com/help/idea/run-debug-configuration.html)
as you wish.
-Here we use
`seatunnel-examples/seatunnel-flink-examples/src/main/java/org/apache/seatunnel/example/flink/LocalFlinkExample.java`
+Here we use
`seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/java/org/apache/seatunnel/example/flink/v2/SeaTunnelApiExample.java`
as an example, when you run it successfully you could see the output as below: