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/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new e7527d9dff modify the transform URL link (#5298)
e7527d9dff is described below
commit e7527d9dff8873073738887f2857159b3beb2a04
Author: muzhongjiang <[email protected]>
AuthorDate: Wed Aug 23 22:58:15 2023 +0800
modify the transform URL link (#5298)
Co-authored-by: muzhongjiang <[email protected]>
---
.../src/main/resources/examples/fake_to_console.conf | 2 +-
.../src/main/resources/examples/spark.batch.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf
b/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf
index 0f927351fb..a09137dc03 100644
---
a/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf
+++
b/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf
@@ -47,7 +47,7 @@ source {
transform {
# If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to https://seatunnel.apache.org/docs/category/transform
+ # please go to https://seatunnel.apache.org/docs/category/transform-v2
}
sink {
diff --git
a/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf
b/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf
index f3ad1b5f73..cf0958ecde 100644
---
a/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf
+++
b/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf
@@ -79,7 +79,7 @@ transform {
}
# If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to https://seatunnel.apache.org/docs/category/transform
+ # please go to https://seatunnel.apache.org/docs/category/transform-v2
}
sink {