diff --git a/packages/react-native/ReactCommon/react/renderer/runtimescheduler/__docs__/README.md b/packages/react-native/ReactCommon/react/renderer/runtimescheduler/__docs__/README.md index 309da81c6f5..9d64e573ce3 100644 --- a/packages/react-native/ReactCommon/react/renderer/runtimescheduler/__docs__/README.md +++ b/packages/react-native/ReactCommon/react/renderer/runtimescheduler/__docs__/README.md @@ -1,6 +1,6 @@ # Event Loop -- [Main doc](../__docs__/README.md) +- [Main doc](../../../../../../../__docs__/README.md) The Event Loop is the formalization of the execution model for JavaScript in React Native, and how that model synchronizes with rendering work in the host