Skip to content

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
triantafillidis committed Jul 30, 2019
1 parent 538d82a commit 328adf2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://github.com/smnbbrv/ngx-sortablejs-demo" target="_blank">Github</a>
<a class="nav-link" href="https://github.com/sortablejs/ngx-sortablejs" target="_blank">Github</a>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h1>Connecting multiple sortable lists</h1>

<p class="lead">
<strong>
<a href="https://github.com/smnbbrv/ngx-sortablejs-demo/tree/master/src/app/examples/multiple-lists"
<a href="https://github.com/SortableJS/ngx-sortablejs/tree/master/src/app/examples/multiple-lists"
target="_blank">The source code</a>
</strong>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h1>Sortable Array</h1>

<p class="lead">
<strong>
<a href="https://github.com/smnbbrv/ngx-sortablejs-demo/tree/master/src/app/examples/simple-sortable"
<a href="https://github.com/SortableJS/ngx-sortablejs/tree/master/src/app/examples/simple-sortable"
target="_blank">The source code</a>
</strong>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h1>Sortable Array</h1>

<p class="lead">
<strong>
<a href="https://github.com/smnbbrv/ngx-sortablejs-demo/tree/master/src/app/examples/sortable-form-array"
<a href="https://github.com/SortableJS/ngx-sortablejs/tree/master/src/app/examples/sortable-form-array"
target="_blank">The source code</a>
</strong>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h1>Custom options</h1>

<p class="lead">
<strong>
<a href="https://github.com/smnbbrv/ngx-sortablejs-demo/tree/master/src/app/examples/sortable-with-options"
<a href="https://github.com/SortableJS/ngx-sortablejs/tree/master/src/app/examples/sortable-with-options"
target="_blank">The source code</a>
</strong>
</p>
Expand Down

0 comments on commit 328adf2

Please sign in to comment.