Browse Source

Update screen-api.md

Fix dead link
Guy Carmeli 7 years ago
parent
commit
6aecc966ca
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docs/screen-api.md

+ 2
- 2
docs/screen-api.md View File

114
 
114
 
115
 ## handleDeepLink(params = {})
115
 ## handleDeepLink(params = {})
116
 
116
 
117
-Trigger a deep link within the app. See [deep links](#deep-links) for more details about how screens can listen for deep link events.
117
+Trigger a deep link within the app. See [deep links](https://wix.github.io/react-native-navigation/#/deep-links) for more details about how screens can listen for deep link events.
118
 
118
 
119
 ```js
119
 ```js
120
 this.props.navigator.handleDeepLink({
120
 this.props.navigator.handleDeepLink({
236
     }
236
     }
237
   }
237
   }
238
 }
238
 }
239
-```
239
+```