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:
Zhao Han 2015-05-04 00:27:33 -05:00
parent f8a4467b7d
commit 693ad91f86
1 changed files with 1 additions and 1 deletions

View File

@ -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'},
],