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 bc7a13317e634489078b1b3eb6574613b404a9b8 Author: davidzollo <[email protected]> AuthorDate: Fri Mar 13 11:06:44 2026 +0800 [Fix] Fix broken links on versions page for 2.3.13 and Next Update config.json to use correct doc paths: - 2.3.13: /docs/2.3.13/about -> /docs/2.3.13/introduction/about - Next: /docs/about -> /docs/introduction/about - nextLink: /docs/intro/about -> /docs/introduction/about Co-Authored-By: Claude Opus 4.6 <[email protected]> --- src/pages/versions/config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/versions/config.json b/src/pages/versions/config.json index cb85dbc5e2bf..b0c02f14e331 100644 --- a/src/pages/versions/config.json +++ b/src/pages/versions/config.json @@ -11,11 +11,11 @@ "doc": "文档", "source": "源代码", "release": "Release Note", - "nextLink": "/docs/intro/about", + "nextLink": "/docs/introduction/about", "latestData": [ { "versionLabel": "2.3.13", - "docUrl": "/docs/2.3.13/about", + "docUrl": "/docs/2.3.13/introduction/about", "downloadUrl": "https://github.com/apache/seatunnel/releases/tag/2.3.13", "sourceTag": "2.3.13" } @@ -23,13 +23,13 @@ "nextData": [ { "versionLabel": "Next", - "docUrl": "/docs/about" + "docUrl": "/docs/introduction/about" } ], "historyData": [ { "versionLabel": "2.3.13", - "docUrl": "/docs/2.3.13/about", + "docUrl": "/docs/2.3.13/introduction/about", "downloadUrl": "https://github.com/apache/seatunnel/releases/tag/2.3.13", "sourceTag": "2.3.13" }, @@ -162,11 +162,11 @@ "doc": "Document", "source": "Source Code", "release": "Release Note", - "nextLink": "/docs/about", + "nextLink": "/docs/introduction/about", "latestData": [ { "versionLabel": "2.3.13", - "docUrl": "/docs/2.3.13/about", + "docUrl": "/docs/2.3.13/introduction/about", "downloadUrl": "https://github.com/apache/seatunnel/releases/tag/2.3.13", "sourceTag": "2.3.13" } @@ -174,13 +174,13 @@ "nextData": [ { "versionLabel": "Next", - "docUrl": "/docs/about" + "docUrl": "/docs/introduction/about" } ], "historyData": [ { "versionLabel": "2.3.13", - "docUrl": "/docs/2.3.13/about", + "docUrl": "/docs/2.3.13/introduction/about", "downloadUrl": "https://github.com/apache/seatunnel/releases/tag/2.3.13", "sourceTag": "2.3.13" },
