You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/03/30 10:54:51 UTC

[incubator-seatunnel] branch dev updated: [doc] Fix dead link to start (#1618)

This is an automated email from the ASF dual-hosted git repository.

kirs 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 1c031d1  [doc] Fix dead link to start (#1618)
1c031d1 is described below

commit 1c031d166d94a5785101dfd6ff2677a0c3978e89
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Wed Mar 30 18:54:45 2022 +0800

    [doc] Fix dead link to start (#1618)
    
    * [doc] Fix dead link to start
    
    This patch fix the dead link about `/category/start`
    and the correct url is `/docs/category/start`
    
    * Add /docs/category to dlc ignore
    
    which it will be auto generate by docusaurus
    in our website
---
 .dlc.json              | 3 +++
 docs/en/deployment.mdx | 3 +--
 docs/en/intro/about.md | 3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.dlc.json b/.dlc.json
index 2496f5d..db4f4d1 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -14,6 +14,9 @@
     },
     {
       "pattern": "^https://json.org/"
+    },
+    {
+      "pattern": "^/docs/category"
     }
   ],
   "timeout": "10s",
diff --git a/docs/en/deployment.mdx b/docs/en/deployment.mdx
index f320d72..b1edf72 100644
--- a/docs/en/deployment.mdx
+++ b/docs/en/deployment.mdx
@@ -4,8 +4,7 @@ import Tabs from '@theme/Tabs';
 import TabItem from '@theme/TabItem';
 
 This section will show you how to submit your SeaTunnel application in all kinds of cluster engine. If you still not installation
-<!-- markdown-link-check-disable-next-line -->
-SeaTunnel you could go to see [quick start](/category/start) about how to prepare and change SeaTunnel configuration firstly.
+SeaTunnel you could go to see [quick start](/docs/category/start) about how to prepare and change SeaTunnel configuration firstly.
 
 ## Deployment in All Kind of Engine
 
diff --git a/docs/en/intro/about.md b/docs/en/intro/about.md
index c4e2536..9b7a768 100644
--- a/docs/en/intro/about.md
+++ b/docs/en/intro/about.md
@@ -69,5 +69,4 @@ SeaTunnel enriches the <a href="https://landscape.cncf.io/landscape=observabilit
 
 ## What's More
 
-<!-- markdown-link-check-disable-next-line -->
-You can see [Quick Start](/category/start) for the next step.
+You can see [Quick Start](/docs/category/start) for the next step.