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 54ca43406 [Hotfix][Doc] Fix dead link (#3643)
54ca43406 is described below
commit 54ca43406bff4001ff016064710f8852dc8a7255
Author: Carl-Zhou-CN <[email protected]>
AuthorDate: Mon Dec 5 12:03:56 2022 +0800
[Hotfix][Doc] Fix dead link (#3643)
Co-authored-by: zhouyao <[email protected]>
---
docs/en/start-v2/locally/quick-start-spark.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/start-v2/locally/quick-start-spark.md
b/docs/en/start-v2/locally/quick-start-spark.md
index 457aa4afe..9fa7f83f6 100644
--- a/docs/en/start-v2/locally/quick-start-spark.md
+++ b/docs/en/start-v2/locally/quick-start-spark.md
@@ -51,7 +51,7 @@ sink {
```
-More information about config please check [config concept](../concept/config)
+More information about config please check [config
concept](../../concept/config)
## Step 3: Run SeaTunnel Application
@@ -93,7 +93,7 @@ row=16 : SGZCr, 94186144
## What's More
-For now, you are already take a quick look about SeaTunnel with Spark, you
could see [connector](/category/connector) to find all
+For now, you are already take a quick look about SeaTunnel with Spark, you
could see [connector](../../connector-v2) to find all
source and sink SeaTunnel supported. Or see [SeaTunnel With
Spark](../../other-engine/spark.md) if you want to know more about SeaTunnel
Run With Spark.
SeaTunnel have an own engine named SeaTunnel Engine and SeaTunnel Engine is
the default engine of SeaTunnel. You can follow [Quick
Start](quick-start-seatunnel-engine.md) to configure and run a data
synchronization job.