Skip to content

Commit c52c89a

Browse files
committed
Fix some links in README.md
1 parent 2f1c4ca commit c52c89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Features multiple item selection, keyboard navigation and cancellable drag'n'dro
99

1010
## Usage
1111

12-
Check out the [live demo](http://sparklinlabs.github.io/dnd-tree-view/) and its [source code](https://github.com/sparklinlabs/dnd-tree-view/tree/master/src/demo).
12+
Check out the [live demo](http://sparklinlabs.github.io/dnd-tree-view/) and its [source code](https://github.com/sparklinlabs/dnd-tree-view/blob/master/src/index.jade).
1313

1414
* Include `TreeView.js` in your page.
1515
* Create a container element, call `treeView = new TreeView(container)`.
@@ -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/lib/TreeView.d.ts) for the full API.
24+
See [TreeView.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)