Skip to content

Commit 8aed16f

Browse files
authored
docs(dragdrop): fix slug links in overview
1 parent cbadd35 commit 8aed16f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/dragdropmanager/overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Apart from the regular dragging and dropping, the Drag and Drop controls bring s
2424
- [Hint]({%slug dragdropmanager/functionality/hint %}) - An element that appears as dragged, a clone of the original element or a completely custom one
2525
- [AutoScroll]({%slug dragdropmanager/functionality/autoscroll %}) - Enables automatic scrolling of the container once the dragged element approaches the boundaries
2626
- [Axis]({%slug dragdropmanager/functionality/axis %}) - Restraining the dragged element movement only on a single axis
27-
- [Containers]({%slug dragdropmanager/functionality/containers %}) - Restricting the hint movement within the boundaries of an element
27+
- [Containers]({%slug dragdropmanager/functionality/container %}) - Restricting the hint movement within the boundaries of an element
2828
- [Distance]({%slug dragdropmanager/functionality/distance %}) - The distance the user needs to drag and element to engage the actual dragging process
2929
- [Filter]({%slug dragdropmanager/functionality/filter %}) - Define multiple elements as draggable within a container
30-
- [Group]({%slug dragdropmanager/functionality/group %}) - Allows Draggable elements to be dropped only on DropTargets with the same group
30+
- [Group]({%slug dragdropmanager/functionality/groups %}) - Allows Draggable elements to be dropped only on DropTargets with the same group
3131
- [Ignore]({%slug dragdropmanager/functionality/ignore %}) - Ignore specific elements within a Draggable that should not trigger the Drag functionality.
3232
- [Client-Side Programming]({%slug dragdropmanager/client-side-programming/overview %}) - APIs and Events to interact with the Controls using JavaScript.
3333

0 commit comments

Comments
 (0)