Skip to content

Commit 693ad91

Browse files
committed
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.
1 parent f8a4467 commit 693ad91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/core/HeaderLinks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var HeaderLinks = React.createClass({
1717
{section: 'support', href: '/react-native/support.html', text: 'Support'},
1818
],
1919
linksExternal: [
20-
{section: 'github', href: 'http://github.com/facebook/react-native', text: 'GitHub'},
20+
{section: 'github', href: 'https://github.com/facebook/react-native', text: 'GitHub'},
2121
{section: 'react', href: 'http://facebook.github.io/react', text: 'React'},
2222
],
2323

0 commit comments

Comments
 (0)