Update website header link github url HTTPS
``` $ curl -I http://github.com/facebook/react-native HTTP/1.1 301 Moved Permanently Content-length: 0 Location: https://github.com/facebook/react-native Connection: close ``` This saves some network time.
This commit is contained in:
parent
f8a4467b7d
commit
693ad91f86
|
@ -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