This is an automated email from the ASF dual-hosted git repository.
kirs 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 813394b update document link (#38)
813394b is described below
commit 813394b6f64dbf200f065517c9cf3bc75d7b6c1d
Author: Kerwin <[email protected]>
AuthorDate: Fri Dec 31 13:11:29 2021 +0800
update document link (#38)
---
docusaurus.config.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 91b2be3..2d08892 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -76,11 +76,11 @@ const config = {
items: [
{
label: "Next-2.x (WIP)",
- to: "/docs/introduction",
+ to:
"https://interestinglab.github.io/seatunnel-docs/#/zh-cn/v2/",
},
{
label: "1.x(Not apache release)",
- to:
"https://interestinglab.github.io/seatunnel-docs"
+ to:
"https://interestinglab.github.io/seatunnel-docs/#/zh-cn/v1/"
}
]
},