We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4742270 commit 8392e97Copy full SHA for 8392e97
modules/AddressBar.js
@@ -89,7 +89,7 @@ class AddressBar extends Component<DefaultProps, Props, State> {
89
context: Context;
90
91
openDocs(): void {
92
- Linking.openURL('http://github.com/jmurzy/react-router-native')
+ Linking.openURL('https://github.com/jmurzy/react-router-native/blob/master/docs/README.md')
93
.catch(err => {
94
warning(
95
false,
0 commit comments