Skip to content

Commit 8392e97

Browse files
committed
update docs link in address bar
1 parent 4742270 commit 8392e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/AddressBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class AddressBar extends Component<DefaultProps, Props, State> {
8989
context: Context;
9090

9191
openDocs(): void {
92-
Linking.openURL('http://github.com/jmurzy/react-router-native')
92+
Linking.openURL('https://github.com/jmurzy/react-router-native/blob/master/docs/README.md')
9393
.catch(err => {
9494
warning(
9595
false,

0 commit comments

Comments
 (0)