mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
docs: should not jump to other website
This commit is contained in:
parent
9c83538621
commit
e4ed800b61
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user