Skip to content

Commit 534983f

Browse files
committed
fix(docs): link to example source
Fixes #458
1 parent 4b46cba commit 534983f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# React-Draggable
22

3-
[![TravisCI Build Status](https://travis-ci.org/mzabriskie/react-draggable.svg?branch=master)](https://travis-ci.org/mzabriskie/react-draggable)
4-
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)](https://ci.appveyor.com/project/mzabriskie/react-draggable)
3+
[![TravisCI Build Status](https://travis-ci.org/strml/react-draggable.svg?branch=master)](https://travis-ci.org/strml/react-draggable)
4+
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)](https://ci.appveyor.com/project/strml/react-draggable)
55
[![npm downloads](https://img.shields.io/npm/dt/react-draggable.svg?maxAge=2592000)](http://npmjs.com/package/react-draggable)
66
[![gzip size](http://img.badgesize.io/https://npmcdn.com/react-draggable/dist/react-draggable.min.js?compression=gzip)]()
77
[![version](https://img.shields.io/npm/v/react-draggable.svg)]()
@@ -14,7 +14,7 @@ A simple component for making elements draggable.
1414
</Draggable>
1515
```
1616

17-
- [Demo](http://mzabriskie.github.io/react-draggable/example/)
17+
- [Demo](http://strml.github.io/react-draggable/example/)
1818
- [Changelog](CHANGELOG.md)
1919

2020

@@ -83,7 +83,7 @@ an intermediate wrapper (`<Draggable><span>...</span></Draggable>`) in this case
8383

8484
### Draggable Usage
8585

86-
View the [Demo](http://mzabriskie.github.io/react-draggable/example/) and its
86+
View the [Demo](http://strml.github.io/react-draggable/example/) and its
8787
[source](/example/example.js) for more.
8888

8989
```js

example/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class App extends React.Component {
6363
<h1>React Draggable</h1>
6464
<p>Active DragHandlers: {this.state.activeDrags}</p>
6565
<p>
66-
<a href="https://github.com/mzabriskie/react-draggable/blob/master/example/index.html">Demo Source</a>
66+
<a href="https://github.com/STRML/react-draggable/blob/master/example/example.js">Demo Source</a>
6767
</p>
6868
<Draggable {...dragHandlers}>
6969
<div className="box">I can be dragged anywhere</div>

0 commit comments

Comments
 (0)