Skip to content

Commit

Permalink
update codepen using npmcdn
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 12, 2016
1 parent d9c0318 commit 5ad74ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/react/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


## 标准开发
Expand Down
2 changes: 1 addition & 1 deletion site/component/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5ad74ce

Please sign in to comment.