[website] Don't link to #content for docs

This commit is contained in:
Paul O’Shannessy 2015-03-26 11:45:49 -07:00
Родитель c2df412264
Коммит 9c9992e298
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -13,7 +13,7 @@ var React = require('React');
var HeaderLinks = React.createClass({ var HeaderLinks = React.createClass({
linksInternal: [ 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'}, {section: 'support', href: '/react-native/support.html', text: 'Support'},
], ],
linksExternal: [ linksExternal: [