docs: Fix docs link

close #21771
This commit is contained in:
zombiej 2020-03-04 18:15:03 +08:00
parent 074148acbc
commit 6e74617001
3 changed files with 6 additions and 3 deletions

View File

@ -22,7 +22,7 @@ We provide comprehensive design guidelines, best practices, resources, and tools
- [Design patterns](/docs/spec/overview)
- [Visualization](/docs/spec/visual)
- [Illustrations](/docs/spec/illustration)
- [Design resources](/docs/spec/download)
- [Design resources](/docs/resources)
- [Sketch toolbox](http://kitchen.alipay.com/)
- [Articles](/docs/spec/article)

View File

@ -22,7 +22,7 @@ title: 介绍
- [设计模式](/docs/spec/overview)
- [可视化](/docs/spec/visual)
- [插画](/docs/spec/illustration)
- [设计资源](/docs/spec/download)
- [设计资源](/docs/resources)
- [Sketch 工具集](http://kitchen.alipay.com/)
- [文章](/docs/spec/article)

View File

@ -123,7 +123,10 @@ class Footer extends React.Component<WrappedComponentProps> {
},
{
title: <FormattedMessage id="app.footer.design-resources" />,
url: getLocalizedPathname('/docs/resources', isZhCN),
url: getLocalizedPathname('/docs/resources', isZhCN, {
zhCN: '设计资源',
enUS: 'Design-Resources',
}),
LinkComponent: Link,
},
{