Browse Source

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

* Update docs-functional-component.mdx
Yogev Ben David 4 years ago
parent
commit
05ea8cd5a8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      website/docs/docs-functional-components.mdx

+ 1
- 1
website/docs/docs-functional-components.mdx View File

27
 ```
27
 ```
28
 
28
 
29
 ## Listening to navigation events
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
 ```jsx
32
 ```jsx
33
 import { useEffect } from 'react';
33
 import { useEffect } from 'react';