Skip to content

Commit

Permalink
Merge pull request #1129 from umhan35/make-website-github-header-link…
Browse files Browse the repository at this point in the history
…-use-HTTPs

Update website header link github url: use HTTPS
  • Loading branch information
tadeuzagallo committed May 7, 2015
2 parents 6899676 + 693ad91 commit e5b9eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/core/HeaderLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
],

Expand Down

0 comments on commit e5b9eb5

Please sign in to comment.