From bfac2f0aaa51113930e2113f9e6eabb6569f05ad Mon Sep 17 00:00:00 2001 From: harrywan <445436867@qq.com> Date: Wed, 25 May 2022 11:02:55 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A01.0=20=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/configs/navbar/zh.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/configs/navbar/zh.ts b/docs/.vuepress/configs/navbar/zh.ts index fb855120..a83602e1 100644 --- a/docs/.vuepress/configs/navbar/zh.ts +++ b/docs/.vuepress/configs/navbar/zh.ts @@ -25,13 +25,13 @@ export const zh: NavbarConfig = [ text: '版本', children: [ { - text: '3.0', + text: 'next(3.0)', link: - 'http://fesjs.mumblefe.cn/next', + 'https://fesjs.mumblefe.cn/next', }, { text: '1.0', - link: 'https://webank.gitee.io/fes.js/', + link: 'https://fesjs.mumblefe.cn/1.0', }, ], },