Skip to content

Commit 1b7f50e

Browse files
committed
Draggable: Fix a link
1 parent 57ca752 commit 1b7f50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/draggable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<desc>The duration of the revert animation, in milliseconds. Ignored if the <a href="#option-revert"><code>revert</code></a> option is <code>false</code>.</desc>
121121
</option>
122122
<option name="scope" type="String" default='"default"' example-value='"tasks"'>
123-
<desc>Used to group sets of draggable and droppable items, in addition to droppable's <a href="/droppable#option-accept"><code>accept</code></a> option. A draggable with the same <code>scope</code> value as a droppable will be accepted by the droppable.</desc>
123+
<desc>Used to group sets of draggable and droppable items, in addition to droppable's <a href="/droppable/#option-accept"><code>accept</code></a> option. A draggable with the same <code>scope</code> value as a droppable will be accepted by the droppable.</desc>
124124
</option>
125125
<option name="scroll" type="Boolean" default="true" example-value="false">
126126
<desc>If set to <code>true</code>, container auto-scrolls while dragging.</desc>

0 commit comments

Comments
 (0)