소스 검색

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

* Update docs-functional-component.mdx
Yogev Ben David 4 년 전
부모
커밋
05ea8cd5a8
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      website/docs/docs-functional-components.mdx

+ 1
- 1
website/docs/docs-functional-components.mdx 파일 보기

@@ -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';