diff --git a/website/blog/2025-12-10-react-native-0.83.md b/website/blog/2025-12-10-react-native-0.83.md index 28c3ba5ba9f..6e64154601c 100644 --- a/website/blog/2025-12-10-react-native-0.83.md +++ b/website/blog/2025-12-10-react-native-0.83.md @@ -66,7 +66,7 @@ To solve this, most users disable the lint rule and exclude the dependency. But With `useEffectEvent`, you can split the "event" part of this logic out of the Effect that emits it. -You can read more about `useEffectEvent` in the [React docs](https://react.dev/reference/react/Activity). +You can read more about `useEffectEvent` in the [React docs](https://react.dev/reference/react/useEffectEvent). ## New DevTools features