Fix link to main doc in Event Loop documentation (#50650)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/50650

Changelog: [internal]

just a fix in the docs

Reviewed By: rshest

Differential Revision: D72855852

fbshipit-source-id: 3919b71861c1a803df755d1917df5bf29fb39462
This commit is contained in:
Rubén Norte
2025-04-11 07:52:26 -07:00
committed by Facebook GitHub Bot
parent c8cbf7f813
commit 1ac682ca83
@@ -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