Skip to content

Commit ac9f9f1

Browse files
lockroundalexkrolick
authored andcommitted
fixing broken link (#2281)
1 parent c7f5645 commit ac9f9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/codebase-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Its source code is located in [`packages/react-reconciler`](https://github.com/f
217217

218218
### Event System {#event-system}
219219

220-
React implements a synthetic event system which is agnostic of the renderers and works both with React DOM and React Native. Its source code is located in [`packages/events`](https://github.com/facebook/react/tree/master/packages/events).
220+
React implements a synthetic event system which is agnostic of the renderers and works both with React DOM and React Native. Its source code is located in [`packages/events`](https://github.com/facebook/react/tree/master/packages/react-events).
221221

222222
There is a [video with a deep code dive into it](https://www.youtube.com/watch?v=dRo_egw7tBc) (66 mins).
223223

0 commit comments

Comments
 (0)