Skip to content

Commit 97226d7

Browse files
committed
Fix link label in README
1 parent c52c89a commit 97226d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `TreeView` constructor takes an optional second `options` parameter. It supp
2121
* `dropCallback` should be `null` or a function of the form `(dropInfo: { target: HTMLLIElement, where: string }, orderedNodes: HTMLElement[]) => boolean`. It'll be called when a drag'n'drop operation ends and must return whether to proceed with the reparenting/reordering or not.
2222
* `multipleSelection` is a boolean indicating whether to enable multiple item selection or not.
2323

24-
See [TreeView.d.ts](https://github.com/sparklinlabs/dnd-tree-view/blob/master/index.d.ts) for the full API.
24+
See [index.d.ts](https://github.com/sparklinlabs/dnd-tree-view/blob/master/index.d.ts) for the full API.
2525

2626
## Building from source
2727

0 commit comments

Comments
 (0)