Skip to content

Commit 9358946

Browse files
committed
Fixing demo source reference
1 parent babb968 commit 9358946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<div>
7575
<h1>React Draggable</h1>
7676
<p>
77-
<a href="https://github.com/mzabriskie/react-draggable/blob/master/example/main.js">Demo Source</a>
77+
<a href="https://github.com/mzabriskie/react-draggable/blob/master/example/index.html">Demo Source</a>
7878
</p>
7979
<Draggable zIndex={100}>
8080
<div className="box">I can be dragged anywhere</div>

0 commit comments

Comments
 (0)