This is an automated email from the ASF dual-hosted git repository.
fanjia 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 69074cf64 [Hotfix] fix dead link (#3645)
69074cf64 is described below
commit 69074cf643fc26cb94150dbe1371f5edce56ef5e
Author: Eric <[email protected]>
AuthorDate: Mon Dec 5 15:55:46 2022 +0800
[Hotfix] fix dead link (#3645)
* fix_deak_link
* update sidebars
* fix about
* revert about
* revert about
* fix dead link
* fix dead link
* Fix engine readme deadlink
Co-authored-by: Kirs <[email protected]>
---
docs/en/about.md | 4 ----
docs/en/start-v2/locally/deployment.md | 2 ++
docs/en/start-v2/locally/quick-start-flink.md | 2 +-
docs/en/start-v2/locally/quick-start-seatunnel-engine.md | 2 +-
docs/en/start-v2/locally/quick-start-spark.md | 4 ++--
docs/sidebars.js | 8 --------
seatunnel-engine/README.md | 2 +-
7 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/docs/en/about.md b/docs/en/about.md
index 951085362..8a3ac0805 100644
--- a/docs/en/about.md
+++ b/docs/en/about.md
@@ -1,7 +1,3 @@
----
-sidebar_position: 1
----
-
# About Seatunnel
<img src="https://seatunnel.apache.org/image/logo.png" alt="seatunnel logo"
width="200px" height="200px" align="right" />
diff --git a/docs/en/start-v2/locally/deployment.md
b/docs/en/start-v2/locally/deployment.md
index 1882fc475..9b87da225 100644
--- a/docs/en/start-v2/locally/deployment.md
+++ b/docs/en/start-v2/locally/deployment.md
@@ -68,6 +68,8 @@ spark
If you want to install the V2 connector plugin manually, you only need to
download the V2 connector plugin you need and put them in the seatunnel
directory
+:::
+
## What's More
For now, you are already deployment SeaTunnel complete. You can follow [Quick
Start](quick-start-seatunnel-engine.md) to configure and run a data
synchronization job.
diff --git a/docs/en/start-v2/locally/quick-start-flink.md
b/docs/en/start-v2/locally/quick-start-flink.md
index 294bf3be6..6ad92f01f 100644
--- a/docs/en/start-v2/locally/quick-start-flink.md
+++ b/docs/en/start-v2/locally/quick-start-flink.md
@@ -90,7 +90,7 @@ row=16 : SGZCr, 94186144
## What's More
-For now, you are already take a quick look about SeaTunnel with Flink, you
could see [connector](/category/connector) to find all
+For now, you are already take a quick look about SeaTunnel with Flink, you
could see [connector](/docs/category/connector-v2) to find all
source and sink SeaTunnel supported. Or see [SeaTunnel With
Flink](../../other-engine/flink.md) if you want to know more about SeaTunnel
Run With Flink.
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.
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 65e2a9395..b7ffa1478 100644
--- a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
+++ b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
@@ -82,7 +82,7 @@ row=16 : SGZCr, 94186144
## What's More
-For now, you are already take a quick look about SeaTunnel, you could see
[connector](/category/connector) to find all
+For now, you are already take a quick look about SeaTunnel, you could see
[connector](/docs/category/connector-v2) to find all
source and sink SeaTunnel supported. Or see [SeaTunnel
Engine](../../seatunnel-engine/about.md) if you want to know more about
SeaTunnel Engine.
SeaTunnel also supports running jobs in Spark/Flink. You can see [Quick Start
With Spark](quick-start-spark.md) or [Quick Start With
Flink](quick-start-flink.md).
diff --git a/docs/en/start-v2/locally/quick-start-spark.md
b/docs/en/start-v2/locally/quick-start-spark.md
index 9fa7f83f6..a66c27712 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.md)
## 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](../../connector-v2) to find all
+For now, you are already take a quick look about SeaTunnel with Spark, you
could see [connector](/docs/category/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.
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 25994063b..5eeaf74fa 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -49,14 +49,6 @@ const sidebars = {
{
"type": "category",
"label": "Quick Start - V2",
- "link": {
- "type": "generated-index",
- "title": "Quick Start(V2) for SeaTunnel",
- "description": "In this section, you could learn how to get up
and running Apache SeaTunnel in both locally or in Docker environment.",
- "slug": "/category/start-v2",
- "keywords": ["start"],
- "image": "/img/favicon.ico"
- },
"items": [
{
"type": "category",
diff --git a/seatunnel-engine/README.md b/seatunnel-engine/README.md
index 06dfecb2e..74827c5b7 100644
--- a/seatunnel-engine/README.md
+++ b/seatunnel-engine/README.md
@@ -32,4 +32,4 @@ In the future, SeaTunnel Engine will further optimize its
functions to support f
### Quick Start
-https://seatunnel.apache.org/docs/start-v2/local
+https://seatunnel.apache.org/docs/start-v2/local](https://seatunnel.apache.org/docs/start-v2/locally/deployment/