From c7ccf5b524809ed4978a64a74a96b05fcb21bf87 Mon Sep 17 00:00:00 2001 From: Jiajie Zhong Date: Fri, 15 Apr 2022 21:33:33 +0800 Subject: [PATCH] correct the doc link --- docs/configs/site.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configs/site.js b/docs/configs/site.js index 7a805da98..a279ac01f 100644 --- a/docs/configs/site.js +++ b/docs/configs/site.js @@ -41,12 +41,12 @@ export default { { key: 'docs', text: 'DOCS', - link: '/en-us/docs/latest/user_doc/guide/quick-start.html', + link: '/en-us/docs/latest/user_doc/about/introduction.html', children: [ { key: 'docs0', text: 'latest(3.0.0-alpha)', - link: '/en-us/docs/latest/user_doc/guide/quick-start.html', + link: '/en-us/docs/latest/user_doc/about/introduction.html', }, { key: 'docs1', @@ -227,12 +227,12 @@ export default { { key: 'docs', text: '文档', - link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html', + link: '/zh-cn/docs/latest/user_doc/about/introduction.html', children: [ { key: 'docs0', text: '最新版本latest(3.0.0-alpha)', - link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html', + link: '/zh-cn/docs/latest/user_doc/about/introduction.html', }, { key: 'docs1',