From 401c05f711976305b38c3735c205d4df8b23f40d Mon Sep 17 00:00:00 2001 From: Carson Yang Date: Fri, 6 Oct 2023 22:21:24 +0800 Subject: [PATCH] Docs: update link for questionnaire Signed-off-by: Carson Yang --- docs/website/docusaurus.config.js | 2 +- docs/website/src/pages/components/Header/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/docusaurus.config.js b/docs/website/docusaurus.config.js index fcfb0c5c1ce..7b4103dbc0d 100644 --- a/docs/website/docusaurus.config.js +++ b/docs/website/docusaurus.config.js @@ -104,7 +104,7 @@ const config = { }, { position: "left", - to: "https://www.wenjuan.com/s/UZBZJv9ToJ/#", + to: "https://fael3z0zfze.feishu.cn/share/base/form/shrcnesSfEK65JZaAf2W6Fwz6Ad", label: "Contact", }, { diff --git a/docs/website/src/pages/components/Header/index.tsx b/docs/website/src/pages/components/Header/index.tsx index 223cd864927..9237d6ec5e4 100644 --- a/docs/website/src/pages/components/Header/index.tsx +++ b/docs/website/src/pages/components/Header/index.tsx @@ -24,7 +24,7 @@ const navbar = [ { key: 'contact', label: Contact, - to: 'https://www.wenjuan.com/s/UZBZJv9ToJ/#', + to: 'https://fael3z0zfze.feishu.cn/share/base/form/shrcnesSfEK65JZaAf2W6Fwz6Ad', }, ]