10000 Merge pull request #168 from alator21/demoFix · SortableJS/ngx-sortablejs@f051042 · GitHub
[go: up one dir, main page]

Skip to content

Commit f051042

Browse files
authored
Merge pull request #168 from alator21/demoFix
Fix demo links
2 parents 538d82a + 328adf2 commit f051042

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<ul class="navbar-nav ml-auto">
4040
<li class="nav-item">
41-
<a class="nav-link" href="https://github.com/smnbbrv/ngx-sortablejs-demo" target="_blank">Github</a>
41+
<a class="nav-link" href="https://github.com/sortablejs/ngx-sortablejs" target="_blank">Github</a>
4242
</li>
4343
</ul>
4444
</div>

src/app/examples/multiple-lists/multiple-lists.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1>Connecting multiple sortable lists</h1>
22

33
<p class="lead">
44
<strong>
5-
<a href="https://github.com/smnbbrv/ngx-sortablejs-demo/tree/master/src/app/examples/multiple-lists"
5+
<a href="https://github.com/SortableJS/ngx-sortablejs/tree/master/src/app/examples/multiple-lists"
66
target="_blank">The source code</a>
77
</strong>
88
</p>

src/app/examples/simple-sortable/simple-sortable.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1>Sortable Array</h1>
22

33
<p class="lead">
44
<strong>
5-
<a href="https://github.com/smnbbrv/ngx-sortablejs-demo/tree/master/src/app/examples/simple-sortable"
5+
<a href="https://github.com/SortableJS/ngx-sortablejs/tree/master/src/app/examples/simple-sortable"
66
target="_blank">The source code</a>
77
</strong>
88
</p>

src/app/examples/sortable-form-array/sortable-form-array.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1>Sortable Array</h1>
22

33
<p class="lead">
44
<strong>
5-
<a href="https://github.com/smnbbrv/ngx-sortablejs-demo/tree/master/src/app/examples/sortable-form-array"
5+
<a href="https://github.com/SortableJS/ngx-sortablejs/tree/master/src/app/examples/sortable-form-array"
66
target="_blank">The source code</a>
77
</strong>
88
</p>

src/app/examples/sortable-with-options/sortable-with-options.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1>Custom options</h1>
22

33
<p class="lead">
44
<strong>
5-
<a href="https://github.com/smnbbrv/ngx-sortablejs-demo/tree/master/src/app/examples/sortable-with-options"
5+
<a href="https://github.com/SortableJS/ngx-sortablejs/tree/master/src/app/examples/sortable-with-options"
66
target="_blank">The source code</a>
77
</strong>
88
</p>

0 commit comments

Comments
 (0)
0