瀏覽代碼

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