docs: should not jump to other website

This commit is contained in:
Benjy Cui 2016-09-30 18:13:22 +08:00
parent 9c83538621
commit e4ed800b61

View File

@ -53,7 +53,7 @@ const App = React.createClass({
</MenuItemGroup>
</SubMenu>
<Menu.Item key="alipay">
<a href="http://www.alipay.com/" target="_blank" rel="noopener noreferrer">Navigation Four - Link</a>
<a href="https://ant.design" target="_blank" rel="noopener noreferrer">Navigation Four - Link</a>
</Menu.Item>
</Menu>
);