Merge pull request #1129 from umhan35/make-website-github-header-link-use-HTTPs
Update website header link github url: use HTTPS
This commit is contained in:
commit
e5b9eb5900
|
@ -17,7 +17,7 @@ var HeaderLinks = React.createClass({
|
|||
{section: 'support', href: '/react-native/support.html', text: 'Support'},
|
||||
],
|
||||
linksExternal: [
|
||||
{section: 'github', href: 'http://github.com/facebook/react-native', text: 'GitHub'},
|
||||
{section: 'github', href: 'https://github.com/facebook/react-native', text: 'GitHub'},
|
||||
{section: 'react', href: 'http://facebook.github.io/react', text: 'React'},
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue