This is an automated email from the ASF dual-hosted git repository.
wanghailin 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 35df14d822 [Fix][Doc] Fix dead link in kubernetes docs (#8510)
35df14d822 is described below
commit 35df14d822a32204168b05f4f0e21ecaa2353faf
Author: Jia Fan <[email protected]>
AuthorDate: Mon Jan 13 17:24:20 2025 +0800
[Fix][Doc] Fix dead link in kubernetes docs (#8510)
---
docs/en/start-v2/kubernetes/helm.md | 2 +-
docs/en/start-v2/kubernetes/kubernetes.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/start-v2/kubernetes/helm.md
b/docs/en/start-v2/kubernetes/helm.md
index eebfda3c97..f33b4af453 100644
--- a/docs/en/start-v2/kubernetes/helm.md
+++ b/docs/en/start-v2/kubernetes/helm.md
@@ -76,5 +76,5 @@ After that you can submit your job by
[rest-api-v2](../../seatunnel-engine/rest-
## What's More
-For now, you have taken a quick look at SeaTunnel, and you can see
[connector](../../connector-v2) to find all sources and sinks SeaTunnel
supported.
+For now, you have taken a quick look at SeaTunnel, and you can see
[connector](../../connector-v2/source) to find all sources and sinks SeaTunnel
supported.
Or see [deployment](../../seatunnel-engine/deployment.md) if you want to
submit your application in another kind of your engine cluster.
diff --git a/docs/en/start-v2/kubernetes/kubernetes.mdx
b/docs/en/start-v2/kubernetes/kubernetes.mdx
index f3cc9e6b0d..be0548f3d9 100644
--- a/docs/en/start-v2/kubernetes/kubernetes.mdx
+++ b/docs/en/start-v2/kubernetes/kubernetes.mdx
@@ -768,5 +768,5 @@ Happy SeaTunneling!
## What's More
-For now, you have taken a quick look at SeaTunnel, and you can see
[connector](/category/connector) to find all sources and sinks SeaTunnel
supported.
+For now, you have taken a quick look at SeaTunnel, and you can see
[connector](../../connector-v2/source) to find all sources and sinks SeaTunnel
supported.
Or see [deployment](../deployment.mdx) if you want to submit your application
in another kind of your engine cluster.