Ver código fonte

Update docs-functional-component.mdx (#6151)

* Update docs-functional-component.mdx
Yogev Ben David 4 anos atrás
pai
commit
05ea8cd5a8
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      website/docs/docs-functional-components.mdx

+ 1
- 1
website/docs/docs-functional-components.mdx Ver arquivo

@@ -27,7 +27,7 @@ MyScreen.options = {
27 27
 ```
28 28
 
29 29
 ## Listening to navigation events
30
-Navigation events let you react to various events related to a specific component or the app its self. Read more about them [here](api-events.mdx)
30
+Navigation events let you react to various events related to a specific component or the app its self. Read more about them [here](/react-native-navigation/api/events)
31 31
 
32 32
 ```jsx
33 33
 import { useEffect } from 'react';