Browse Source

update codepen using npmcdn

close #1338
pull/1411/head
afc163 9 years ago
parent
commit
5ad74ce330
  1. 4
      .github/CONTRIBUTING.md
  2. 2
      .github/ISSUE_TEMPLATE.md
  3. 2
      docs/react/getting-started.md
  4. 2
      site/component/Footer/index.jsx

4
.github/CONTRIBUTING.md

@ -13,7 +13,7 @@ The following guidelines are about *How to avoid Homework Questions*.
### 1. Read the documentation.
It sad but true that someone just glance(not read) [Ant Design's documentation](http://ant.design/). Please read the documentation closely. What's more, you can modify and run our demo with [CodePen](http://codepen.io/anon/pen/pgdXYp?editors=001). It's helpful to understand our documentation.
It sad but true that someone just glance(not read) [Ant Design's documentation](http://ant.design/). Please read the documentation closely. What's more, you can modify and run our demo with [CodePen](http://codepen.io/anon/pen/dMdjeo?editors=001). It's helpful to understand our documentation.
Tips: choose the corresponding documentation with versions selector which in the bottom-right corner.
@ -36,7 +36,7 @@ It is a good habit which will save maintainers' time. Thank you!
## Providing a demo while reporting a bug
It would be helpful to provide a demo which can re-produce the bug 100%. Please fork this [CodePen](http://codepen.io/anon/pen/pgdXYp?editors=001) and re-produce the bug you met. Then, create an issue. The most important thing is: double check before claiming that you have found a bug.
It would be helpful to provide a demo which can re-produce the bug 100%. Please fork this [CodePen](http://codepen.io/anon/pen/dMdjeo?editors=001) and re-produce the bug you met. Then, create an issue. The most important thing is: double check before claiming that you have found a bug.
## Tips about Feature Request

2
.github/ISSUE_TEMPLATE.md

@ -16,7 +16,7 @@ If you are going to report a bug, please answer the following questions, thank y
## Online demo
(e.g. http://codepen.io/anon/pen/pgdXYp?editors=001)
(e.g. http://codepen.io/anon/pen/dMdjeo?editors=001)
## Environment Information

2
docs/react/getting-started.md

@ -11,7 +11,7 @@ Ant Design React 致力于提供给程序员**愉悦**的开发体验。
最简单的试用方式参照以下 CodePen 演示,也推荐 Fork 本例来进行 `Bug Report`,注意不要在实际项目中这样使用。
- [antd CodePen](http://codepen.io/anon/pen/pgdXYp?editors=001)
- [antd CodePen](http://codepen.io/anon/pen/dMdjeo?editors=001)
## 标准开发

2
site/component/Footer/index.jsx

@ -48,7 +48,7 @@ export default class Footer extends React.Component {
<a target="_blank" href="https://gitter.im/ant-design/ant-design">
讨论
</a>
<a target="_blank" href="http://dwz.cn/2dJ2mg">
<a target="_blank" href="https://github.com/ant-design/ant-design/issues/new">
报告 Bug
</a>
</li>

Loading…
Cancel
Save