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

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


The following commit(s) were added to refs/heads/fix_docs_link by this push:
     new a3f4006403 Fix dev docs link error
a3f4006403 is described below

commit a3f4006403b355b4f641268735fda82f54132909
Author: Kirs <[email protected]>
AuthorDate: Mon Dec 5 15:19:18 2022 +0800

    Fix dev docs link error
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ba635f4d42..86ef9bb7c5 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -100,7 +100,7 @@ const config = {
                         })),
                         {
                             label: "Next",
-                            to: "/docs/intro/about",
+                            to: "/docs/about",
                         },
                         {
                             label: "All versions",

Reply via email to