We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b9a6f commit 2771fc4Copy full SHA for 2771fc4
1 file changed
website/core/HeaderLinks.js
@@ -15,6 +15,7 @@ var HeaderLinks = React.createClass({
15
linksInternal: [
16
{section: 'docs', href: '/react-native/docs/getting-started.html', text: 'Docs'},
17
{section: 'support', href: '/react-native/support.html', text: 'Support'},
18
+ {section: 'releases', href: 'https://github.com/facebook/react-native/releases', text: 'Releases'},
19
],
20
linksExternal: [
21
{section: 'github', href: 'https://github.com/facebook/react-native', text: 'GitHub'},
0 commit comments