Skip to content

Commit 6e4a465

Browse files
committed
fix(examples): fix link
Fixes #154
1 parent 3e5e799 commit 6e4a465

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ <h3>React-Resizable Demo</h3>
2020
<p>React-resizable is a simple component that you wrap your existing components inside. It
2121
gives those components resize handles.
2222
</p>
23-
<p><a href="https://github.com/STRML/react-resizable">View project on GitHub</a></p>
24-
<p><a href="https://github.com/STRML/react-resizable/blob/master/examples/ExampleLayout.js">View this page's source</a></p>
23+
<p><a href="https://github.com/react-grid-layout/react-resizable">View project on GitHub</a></p>
24+
<p><a href="https://github.com/react-grid-layout/react-resizable/blob/master/examples/ExampleLayout.js">View this page's source</a></p>
2525
<hr />
2626
<div id="content"></div>
2727
</body>

0 commit comments

Comments
 (0)