From ac9f9f1a4a696879e49ab9efc181618c9dd4df12 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Mon, 26 Aug 2019 02:54:29 +0530 Subject: [PATCH] fixing broken link (#2281) --- content/docs/codebase-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/codebase-overview.md b/content/docs/codebase-overview.md index f55c4afb..bf670095 100644 --- a/content/docs/codebase-overview.md +++ b/content/docs/codebase-overview.md @@ -217,7 +217,7 @@ Its source code is located in [`packages/react-reconciler`](https://github.com/f ### Event System {#event-system} -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). +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). There is a [video with a deep code dive into it](https://www.youtube.com/watch?v=dRo_egw7tBc) (66 mins).