|  | @@ -114,7 +114,7 @@ this.props.navigator.dismissLightBox();
 | 
	
		
			
			| 114 | 114 |  
 | 
	
		
			
			| 115 | 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 | 119 |  ```js
 | 
	
		
			
			| 120 | 120 |  this.props.navigator.handleDeepLink({
 | 
	
	
		
			
			|  | @@ -236,4 +236,4 @@ export default class ExampleScreen extends Component {
 | 
	
		
			
			| 236 | 236 |      }
 | 
	
		
			
			| 237 | 237 |    }
 | 
	
		
			
			| 238 | 238 |  }
 | 
	
		
			
			| 239 |  | -```
 | 
	
		
			
			|  | 239 | +```
 |