This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch 3.0.1-prepare in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 11b78a871c0947845e1fe427201bfd4688214335 Author: Eric Gao <[email protected]> AuthorDate: Wed Aug 24 09:25:23 2022 +0800 Fix homepage email subscription link (#11622) * Fix homepage email link bug * Replace dev with latest (cherry picked from commit 3e73829924a423757a88a712a6e72d09c949ef98) --- docs/configs/site.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configs/site.js b/docs/configs/site.js index 67fa399740..427f07528c 100644 --- a/docs/configs/site.js +++ b/docs/configs/site.js @@ -138,7 +138,7 @@ export default { name: 'Email List', img1: '/img/emailgray.png', img2: '/img/emailblue.png', - link: '/en-us/community/development/subscribe.html', + link: '/en-us/docs/latest/user_doc/contribute/join/subscribe.html', }, { name: 'Twitter', @@ -263,7 +263,7 @@ export default { name: '邮件列表', img1: '/img/emailgray.png', img2: '/img/emailblue.png', - link: '/zh-cn/community/development/subscribe.html', + link: '/zh-cn/docs/latest/user_doc/contribute/join/subscribe.html', }, { name: 'Twitter',
