docs: update zhihu blog url (#38737)

This commit is contained in:
afc163 2022-11-19 19:25:27 +08:00 committed by GitHub
parent 712f1894f6
commit 68b1062ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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: <YuqueOutlined style={{ color: '#00b96b' }} />,
icon: <YuqueFilled style={{ color: '#00b96b' }} />,
title: <FormattedMessage id="app.footer.yuque.repo" />,
url: 'https://yuque.com/ant-design/ant-design',
openExternal: true,
@ -189,7 +189,7 @@ const Footer = () => {
{
icon: <ZhihuOutlined style={{ color: '#0084ff' }} />,
title: <FormattedMessage id="app.footer.zhihu" />,
url: 'http://zhuanlan.zhihu.com/antdesign',
url: 'https://www.zhihu.com/column/c_1564262000561106944',
openExternal: true,
},
{

View File

@ -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