Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 9e935bf

Browse files
committed
docs(README): fix broken jquery-ui floating issue link
1 parent 4f18c64 commit 9e935bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The suggested pattern is to use callbacks for emmiting events and altering the s
9292

9393
To have a smooth horizontal-list reordering, jquery.ui.sortable needs to detect the orientation of the list.
9494
This detection takes place during the initialization of the plugin (and some of the checks include: whether the first item is floating left/right or if 'axis' parameter is 'x', etc).
95-
There is also a [known issue](bugs.jqueryui.com/ticket/7498) about initially empty horizontal lists.
95+
There is also a [known issue](https://bugs.jqueryui.com/ticket/7498) about initially empty horizontal lists.
9696

9797
To provide a solution/workaround (till jquery.ui.sortable.refresh() also tests the orientation or a more appropriate method is provided), ui-sortable directive provides a `ui-floating` option as an extra to the [jquery.ui.sortable options](http://api.jqueryui.com/sortable/).
9898

0 commit comments

Comments
 (0)