diff --git a/.dumi/theme/slots/Footer/index.tsx b/.dumi/theme/slots/Footer/index.tsx
index 54315c237f..db24221403 100644
--- a/.dumi/theme/slots/Footer/index.tsx
+++ b/.dumi/theme/slots/Footer/index.tsx
@@ -15,7 +15,7 @@ import {
TwitterOutlined,
UsergroupAddOutlined,
ZhihuOutlined,
- YuqueOutlined,
+ YuqueFilled,
} from '@ant-design/icons';
import useLocation from '../../../hooks/useLocation';
import { css } from '@emotion/react';
@@ -181,7 +181,7 @@ const Footer = () => {
openExternal: true,
},
{
- icon: ,
+ icon: ,
title: ,
url: 'https://yuque.com/ant-design/ant-design',
openExternal: true,
@@ -189,7 +189,7 @@ const Footer = () => {
{
icon: ,
title: ,
- url: 'http://zhuanlan.zhihu.com/antdesign',
+ url: 'https://www.zhihu.com/column/c_1564262000561106944',
openExternal: true,
},
{
diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md
index 109fc47067..74483bc879 100644
--- a/CHANGELOG.en-US.md
+++ b/CHANGELOG.en-US.md
@@ -19,7 +19,7 @@ timeline: true
`2022-11-18`
-🏆 Ant Design 5.0.0 is released, welcome to try it out!
+🏆 Ant Design 5.0.0 is released, see our [release note](https://github.com/ant-design/ant-design/issues/38671) for more details.
#### Read it before migration