diff --git a/docs/react/contributing.en-US.md b/docs/react/contributing.en-US.md index 05faa63071..3fc4f50260 100644 --- a/docs/react/contributing.en-US.md +++ b/docs/react/contributing.en-US.md @@ -21,7 +21,7 @@ According to our [release schedule](/changelog#release-schedule), we maintain tw ## Bugs -We are using [GitHub Issues](https://github.com/ant-design/ant-design/issues) for bug tracking. The best way to get your bug fixed is by using our [issue helper](http://new-issue.ant.design) and provide reproduction steps with this [template](https://u.ant.design/codesandbox-repro). +We are using [GitHub Issues](https://github.com/ant-design/ant-design/issues) for bug tracking. The best way to get your bug fixed is by using our [issue helper](http://new-issue.ant.design) and provide reproduction steps with this [template](https://u.ant.design/reproduce). Before you report a bug, please make sure you've searched existing issues, and read our [FAQ](/docs/react/faq). diff --git a/docs/react/contributing.zh-CN.md b/docs/react/contributing.zh-CN.md index f86f920f80..cab20a2c1c 100644 --- a/docs/react/contributing.zh-CN.md +++ b/docs/react/contributing.zh-CN.md @@ -21,7 +21,7 @@ title: 贡献指南 ## Bugs -我们使用 [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) 来提供重现。 +我们使用 [GitHub Issues](https://github.com/ant-design/ant-design/issues) 来做 bug 追踪。 如果你想要你发现的 bug 被快速解决,最好的办法就是通过我们提供的 [issue 小助手](http://new-issue.ant.design) 来提 issue,并且能使用这个 [模板](https://u.ant.design/reproduce) 来提供重现。 在你报告一个 bug 之前,请先确保已经搜索过已有的 issue 和阅读了我们的 [常见问题](/docs/react/faq)。 diff --git a/docs/react/getting-started.en-US.md b/docs/react/getting-started.en-US.md index 1636fd3fa7..60bbeb8e3b 100755 --- a/docs/react/getting-started.en-US.md +++ b/docs/react/getting-started.en-US.md @@ -43,7 +43,7 @@ Follow the steps below to play around with Ant Design yourself: ### 1. Create a codesandbox -Visit https://u.ant.design/codesandbox-repro to create a codesandbox -- don't forget to press the save button as well to create a new instance. +Visit https://u.ant.design/reproduce to create a codesandbox -- don't forget to press the save button as well to create a new instance. ### 2. Use and modify an antd component diff --git a/docs/react/getting-started.zh-CN.md b/docs/react/getting-started.zh-CN.md index d40f06f95c..da1bcb90a4 100755 --- a/docs/react/getting-started.zh-CN.md +++ b/docs/react/getting-started.zh-CN.md @@ -39,7 +39,7 @@ export default App; ### 1. 创建一个 codesandbox -访问 https://u.ant.design/codesandbox-repro 创建一个 codesandbox 的在线示例,别忘了保存以创建一个新的实例。 +访问 https://u.ant.design/reproduce 创建一个 codesandbox 的在线示例,别忘了保存以创建一个新的实例。 ### 2. 使用组件 diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index 4f048c1fee..2e37f1bb29 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -107,7 +107,7 @@ export default App; - [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](/docs/react/faq) -- [CodeSandbox Template](https://u.ant.design/codesandbox-repro) for bug reports +- [CodeSandbox Template](https://u.ant.design/reproduce) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [Customize Theme](/docs/react/customize-theme) - [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) diff --git a/docs/react/introduce.zh-CN.md b/docs/react/introduce.zh-CN.md index 9567492c61..061c7dd3ec 100644 --- a/docs/react/introduce.zh-CN.md +++ b/docs/react/introduce.zh-CN.md @@ -108,7 +108,7 @@ export default App; - [开发者说明](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) - [常见问题](/docs/react/faq) -- [CodeSandbox 模板](https://u.ant.design/codesandbox-repro) for bug reports +- [CodeSandbox 模板](https://u.ant.design/reproduce) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [定制主题](/docs/react/customize-theme) - [成为社区协作成员](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator)