Fix GitHub path

This commit is contained in:
Héctor Ramos
2016-08-04 14:09:42 -07:00
parent e8f67e67f4
commit 20157fa04d
+1 -1
View File
@@ -13,7 +13,7 @@ var H = require('Header');
var React = require('React');
function getGitHubPath(path) {
return 'https://github.com/facebook/react-native/blob/' + path;
return 'https://github.com/facebook/react-native/blob/master/' + path;
}
var HeaderWithGithub = React.createClass({