Skip to content

Commit 09bde2c

Browse files
authored
Update event-handler.md
1 parent 87f92b2 commit 09bde2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/event-handler.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ grid.on('cellClick', (...args) => console.log('cell: ' + JSON.stringify(args), a
3939
<br/>
4040

4141
:::tip
42-
See a full list of Grid.js events on [event.ts](https://github.com/grid-js/gridjs/blob/master/src/events.ts).
42+
See a full list of Grid.js events on [event.ts](https://github.com/grid-js/gridjs/blob/master/packages/gridjs/src/events.ts).
4343
:::

0 commit comments

Comments
 (0)