diff --git a/README-zh_CN.md b/README-zh_CN.md index cd4a582de1..ff1d689a2e 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -73,8 +73,8 @@ tsconfig.json ## 链接 -- [首页](http://ant.design/) -- [组件文档](http://ant.design/docs/react/introduce) +- [首页](http://ant.design/index-cn) +- [组件文档](http://ant.design/docs/react/introduce-cn) - [更新日志](CHANGELOG.en-US.md) - [开发脚手架](https://github.com/dvajs/dva-cli) - [开发工具文档](http://ant-tool.github.io/) @@ -88,7 +88,7 @@ tsconfig.json - [常见问题](https://github.com/ant-design/ant-design/wiki/FAQ) - [CodePen 模板](http://codepen.io/benjycui/pen/KgPZrE?editors=001) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) -- [定制主题](http://ant.design/docs/react/customize-theme) +- [定制主题](http://ant.design/docs/react/customize-theme-cn) ## 如何贡献 diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index e1bac3a0d5..6a0cdd7013 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -135,7 +135,6 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [UI library](/docs/react/introduce) - [Change Log](/changelog) - [Scaffold tool](https://github.com/dvajs/dva-cli/) -- [Development tool](http://ant-tool.github.io/) - [React components](http://react-component.github.io/) - [Mobile UI](http://mobile.ant.design) - [Motion](https://motion.ant.design) diff --git a/docs/react/introduce.zh-CN.md b/docs/react/introduce.zh-CN.md index a965618114..81067f1eb8 100644 --- a/docs/react/introduce.zh-CN.md +++ b/docs/react/introduce.zh-CN.md @@ -126,7 +126,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [常见问题](https://github.com/ant-design/ant-design/wiki/FAQ) - [CodePen 模板](http://codepen.io/benjycui/pen/KgPZrE?editors=001) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) -- [定制主题](/docs/react/customize-theme) +- [定制主题](/docs/react/customize-theme-cn) ## 谁在使用