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

tyrantlucifer pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new da8f103240 [Hotfix][Docs] Fix link (#188)
da8f103240 is described below

commit da8f103240ea4653fc50d18b00e839f3cc6b4999
Author: Tyrantlucifer <[email protected]>
AuthorDate: Fri Dec 30 16:14:18 2022 +0800

    [Hotfix][Docs] Fix link (#188)
    
    * [Hotfix][Docs] Fix link
    
    * [Hotfix][Docs] Fix link
---
 src/pages/versions/config.json | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/pages/versions/config.json b/src/pages/versions/config.json
index d9895392c2..cdf8e3ef9f 100644
--- a/src/pages/versions/config.json
+++ b/src/pages/versions/config.json
@@ -47,22 +47,28 @@
       "doc": "Document",
       "source": "Source Code",
       "release": "Release Note",
-      "nextLink": "/docs/intro/about",
+      "nextLink": "/docs/about",
       "latestData": [
         {
-          "versionLabel": "2.3.0-beta",
-          "docUrl": "/docs/2.3.0-beta/intro/about",
-          "downloadUrl": 
"https://github.com/apache/incubator-seatunnel/releases/tag/2.3.0-beta";,
-          "sourceTag": "2.3.0-beta"
+          "versionLabel": "2.3.0",
+          "docUrl": "/docs/2.3.0/about",
+          "downloadUrl": 
"https://github.com/apache/incubator-seatunnel/releases/tag/2.3.0";,
+          "sourceTag": "2.3.0"
         }
       ],
       "nextData": [
         {
           "versionLabel": "Next",
-          "docUrl": "/docs/intro/about"
+          "docUrl": "/docs/about"
         }
       ],
       "historyData": [
+        {
+          "versionLabel": "2.3.0",
+          "docUrl": "/docs/2.3.0/about",
+          "downloadUrl": 
"https://github.com/apache/incubator-seatunnel/releases/tag/2.3.0";,
+          "sourceTag": "2.3.0"
+        },
         {
           "versionLabel": "2.3.0-beta",
           "docUrl": "/docs/2.3.0-beta/intro/about",

Reply via email to