This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch update-boilerplate in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git
commit 49e3890df0e51b3b6ccce10cac14b435d8a9310e Author: juzhiyuan <[email protected]> AuthorDate: Tue Mar 10 13:10:46 2020 +0800 feat: update documentation link --- src/components/GlobalHeader/RightContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/GlobalHeader/RightContent.tsx b/src/components/GlobalHeader/RightContent.tsx index 363df48..ff4c537 100644 --- a/src/components/GlobalHeader/RightContent.tsx +++ b/src/components/GlobalHeader/RightContent.tsx @@ -29,10 +29,10 @@ const GlobalHeaderRight: React.SFC<GlobalHeaderRightProps> = props => { return ( <div className={className}> - <Tooltip title="使用文档"> + <Tooltip title="Documentation"> <a target="_blank" - href="https://pro.ant.design/docs/getting-started" + href="https://github.com/apache/incubator-apisix" rel="noopener noreferrer" className={styles.action} >
