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:
Tadeu Zagallo 2015-05-07 03:59:09 +01:00
Родитель 6899676bea 693ad91f86
Коммит e5b9eb5900
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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