This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch fix-docs-version-nav-404 in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
commit a5798aad5616c2338ba00304aaee2e5a66e5f297 Author: davidzollo <[email protected]> AuthorDate: Fri Mar 13 11:05:22 2026 +0800 [Fix] Fix broken links in 2.3.13 about page Fix internal links in about.md that still use old directory structure: - connector-v2/source -> ../connectors/source - connector-v2/sink -> ../connectors/sink - start-v2/locally/deployment.md -> ../getting-started/locally/deployment.md Co-Authored-By: Claude Opus 4.6 <[email protected]> --- versioned_docs/version-2.3.13/introduction/about.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-2.3.13/introduction/about.md b/versioned_docs/version-2.3.13/introduction/about.md index d5b88af07b76..144ae7d1e882 100644 --- a/versioned_docs/version-2.3.13/introduction/about.md +++ b/versioned_docs/version-2.3.13/introduction/about.md @@ -49,11 +49,11 @@ The default engine use by SeaTunnel is [SeaTunnel Engine](../engines/zeta/about. ## Connector -- **Source Connectors** SeaTunnel supports reading data from various relational, graph, NoSQL, document, and memory databases; distributed file systems such as HDFS; and a variety of cloud storage solutions, such as S3 and OSS. We also support data reading of many common SaaS services. You can access the detailed list [Here](connector-v2/source). If you want, You can develop your own source connector and easily integrate it into SeaTunnel. +- **Source Connectors** SeaTunnel supports reading data from various relational, graph, NoSQL, document, and memory databases; distributed file systems such as HDFS; and a variety of cloud storage solutions, such as S3 and OSS. We also support data reading of many common SaaS services. You can access the detailed list [Here](../connectors/source). If you want, You can develop your own source connector and easily integrate it into SeaTunnel. - **Transform Connector** If the schema is different between source and Sink, You can use the Transform Connector to change the schema read from source and make it the same as the Sink schema. -- **Sink Connector** SeaTunnel supports writing data to various relational, graph, NoSQL, document, and memory databases; distributed file systems such as HDFS; and a variety of cloud storage solutions, such as S3 and OSS. We also support writing data to many common SaaS services. You can access the detailed list [Here](connector-v2/sink). If you want, you can develop your own Sink connector and easily integrate it into SeaTunnel. +- **Sink Connector** SeaTunnel supports writing data to various relational, graph, NoSQL, document, and memory databases; distributed file systems such as HDFS; and a variety of cloud storage solutions, such as S3 and OSS. We also support writing data to many common SaaS services. You can access the detailed list [Here](../connectors/sink). If you want, you can develop your own Sink connector and easily integrate it into SeaTunnel. ## Who Uses SeaTunnel @@ -70,4 +70,4 @@ SeaTunnel enriches the <a href="https://landscape.cncf.io/?item=app-definition-a ## Learn more -You can see [Quick Start](start-v2/locally/deployment.md) for the next steps. +You can see [Quick Start](../getting-started/locally/deployment.md) for the next steps.
