From d030121ce2622eaeeeb538ecfcb443ecf2350578 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 16 Sep 2018 15:34:58 +0800 Subject: [PATCH] change faq links --- README-zh_CN.md | 2 +- README.md | 2 +- docs/react/contributing.en-US.md | 2 +- docs/react/contributing.zh-CN.md | 2 +- docs/react/introduce.en-US.md | 2 +- docs/react/introduce.zh-CN.md | 2 +- site/theme/template/Layout/Footer.jsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index c6e32511e8..22ed331262 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -87,7 +87,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [设计规范速查手册](https://github.com/ant-design/ant-design/wiki/Ant-Design-%E8%AE%BE%E8%AE%A1%E5%9F%BA%E7%A1%80%E7%AE%80%E7%89%88) - [开发者说明](https://github.com/ant-design/ant-design/wiki/Development) - [版本发布规则](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [常见问题](https://github.com/ant-design/ant-design/wiki/FAQ) +- [常见问题](https://ant.design/docs/react/faq-cn) - [CodeSandbox 模板](https://u.ant.design/codesandbox-repro) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [定制主题](http://ant.design/docs/react/customize-theme-cn) diff --git a/README.md b/README.md index 31938875a3..610b6a5a1e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ See [i18n](http://ant.design/docs/react/i18n). - [Motion](https://motion.ant.design) - [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development) - [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [FAQ](https://github.com/ant-design/ant-design/wiki/FAQ) +- [FAQ](https://ant.design/docs/react/faq) - [CodeSandbox Template](https://u.ant.design/codesandbox-repro) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [Customize Theme](http://ant.design/docs/react/customize-theme) diff --git a/docs/react/contributing.en-US.md b/docs/react/contributing.en-US.md index 8ac2909293..82beef1edc 100644 --- a/docs/react/contributing.en-US.md +++ b/docs/react/contributing.en-US.md @@ -22,7 +22,7 @@ According to our [release schedule](changelog#Release-Schedule), we maintians tw We are using [GitHub Issues](https://github.com/ant-design/ant-design/issues) for bug tracing. The best way to get your bug fixed is using our [issue helper](http://new-issue.ant.design) and provide a reprduction with this [template](https://u.ant.design/codesandbox-repro). -Before you reporting a bug, please make sure you've searched exists issues, and read our [FAQ](https://github.com/ant-design/ant-design/wiki/FAQ). +Before you reporting a bug, please make sure you've searched exists issues, and read our [FAQ](/docs/react/faq). ## Proposing a Change diff --git a/docs/react/contributing.zh-CN.md b/docs/react/contributing.zh-CN.md index b15238a31d..561b332644 100644 --- a/docs/react/contributing.zh-CN.md +++ b/docs/react/contributing.zh-CN.md @@ -22,7 +22,7 @@ toc: false 我们使用 [GitHub Issues](https://github.com/ant-design/ant-design/issues) 来做 bug 追踪。 如果你想要你发现的 bug 被快速解决,最好的办法就是通过我们提供的 [issue 小助手](http://new-issue.ant.design) 来提 issue。并且能使用这个 [模板](https://u.ant.design/codesandbox-repro) 来提供重现。 -在你报告一个 bug 之前,请先确保已经搜索过已有的 issue 和阅读了我们的 [常见问题](https://github.com/ant-design/ant-design/wiki/FAQ)。 +在你报告一个 bug 之前,请先确保已经搜索过已有的 issue 和阅读了我们的 [常见问题](/docs/react/faq)。 ## 新增功能 diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index 62d537e59c..60767ed334 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -129,7 +129,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [Motion](https://motion.ant.design) - [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development) - [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [FAQ](https://github.com/ant-design/ant-design/wiki/FAQ) +- [FAQ](/docs/react/faq) - [CodeSandbox template](https://u.ant.design/codesandbox-repro) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [Customize Theme](/docs/react/customize-theme) diff --git a/docs/react/introduce.zh-CN.md b/docs/react/introduce.zh-CN.md index 9a200b124e..68f6613909 100644 --- a/docs/react/introduce.zh-CN.md +++ b/docs/react/introduce.zh-CN.md @@ -128,7 +128,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [设计规范速查手册](https://github.com/ant-design/ant-design/wiki/Ant-Design-%E8%AE%BE%E8%AE%A1%E5%9F%BA%E7%A1%80%E7%AE%80%E7%89%88) - [开发者说明](https://github.com/ant-design/ant-design/wiki/Development) - [版本发布规则](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [常见问题](https://github.com/ant-design/ant-design/wiki/FAQ) +- [常见问题](/docs/react/faq) - [CodeSandbox 模板](https://u.ant.design/codesandbox-repro) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [定制主题](/docs/react/customize-theme) diff --git a/site/theme/template/Layout/Footer.jsx b/site/theme/template/Layout/Footer.jsx index 140d81a57e..29a9c5aa09 100644 --- a/site/theme/template/Layout/Footer.jsx +++ b/site/theme/template/Layout/Footer.jsx @@ -205,7 +205,7 @@ class Footer extends React.Component {
- +