From f1c828c71da376d8093a05e946f1162d69a33416 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 12 Dec 2016 20:44:40 +0800 Subject: [PATCH] update links --- docs/react/introduce.en-US.md | 6 +++--- docs/react/introduce.zh-CN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index d4939b378b..80ecb12f60 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -91,8 +91,8 @@ Modern browsers and IE9+. ## Useful Links - [Home page](http://ant.design/) -- [UI library](http://ant.design/docs/react/introduce) -- [Change Log](https://ant.design/changelog) +- [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/) @@ -104,7 +104,7 @@ Modern browsers and IE9+. - [FAQ](https://github.com/ant-design/ant-design/wiki/FAQ) - [CodePen boilerplate](http://codepen.io/benjycui/pen/KgPZrE?editors=001) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) -- [Customize Theme](https://github.com/ant-design/antd-init/tree/master/examples/customize-antd-theme) +- [Customize Theme](/docs/react/customize-theme) ## Who are using antd diff --git a/docs/react/introduce.zh-CN.md b/docs/react/introduce.zh-CN.md index c2cc710d5c..2a9d7f8020 100644 --- a/docs/react/introduce.zh-CN.md +++ b/docs/react/introduce.zh-CN.md @@ -71,8 +71,8 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' ## 链接 - [首页](http://ant.design/) -- [组件文档](http://ant.design/docs/react/introduce) -- [更新日志](CHANGELOG.en-US.md) +- [组件文档](/docs/react/introduce) +- [更新日志](/changelog) - [开发脚手架](https://github.com/dvajs/dva-cli/) - [开发工具文档](http://ant-tool.github.io/) - [React 基础组件](http://react-component.github.io/) @@ -85,7 +85,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) -- [定制主题](https://github.com/ant-design/antd-init/tree/master/examples/customize-antd-theme) +- [定制主题](/docs/react/customize-theme) ## 谁在使用