Skip to content

Commit

Permalink
[website] Don't link to #content for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Mar 26, 2015
1 parent c2df412 commit 9c9992e
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 @@ -13,7 +13,7 @@ var React = require('React');

var HeaderLinks = React.createClass({
linksInternal: [
{section: 'docs', href: '/react-native/docs/getting-started.html#content', text: 'Docs'},
{section: 'docs', href: '/react-native/docs/getting-started.html', text: 'Docs'},
{section: 'support', href: '/react-native/support.html', text: 'Support'},
],
linksExternal: [
Expand Down

0 comments on commit 9c9992e

Please sign in to comment.