mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix GitHub path
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user