Skip to content

Commit d3ccc13

Browse files
author
pipeline
committed
bug(EJ2-4805): Changed the documentation reference link in description
1 parent 5434a68 commit d3ccc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/treeview/draganddrop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
<div id="description">
1616
<p>The <code>TreeView</code> component allows the user to drag any node and drop the child or sibling of any other nodes. This can be enabled by <code>allowDragAndDrop</code> property.</p>
1717
<p>In this demo, TreeView was enabled with multiple selection and drag and drop, so you can drag more than one node and drop.</p>
18-
<p>For more information, you can refer the <a href="../documentation/treeview/drag-drop.html" target="_blank">Drag and Drop</a> section from the documentation.</p>
18+
<p>For more information, you can refer the <a href="../documentation/treeview/drag-and-drop.html" target="_blank">Drag and Drop</a> section from the documentation.</p>
1919
</div>

0 commit comments

Comments
 (0)