Skip to content

Commit 2f90f24

Browse files
committed
bug fix
1 parent abfe7c5 commit 2f90f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/components/Header/HeaderIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ export default memo(() => {
2222
const navigate = useNavigate();
2323

2424
const gotoWiki = () => {
25-
window.open('https://tdesign.tencent.com/react/overview');
25+
window.open('https://go-cinch.github.io/docs');
2626
};
2727

2828
const gotoGitHub = () => {
29-
window.open('https://github.com/Tencent/tdesign-react-starter');
29+
window.open('https://github.com/go-cinch/pc-react');
3030
};
3131

3232
const clickHandler = (data: any) => {

0 commit comments

Comments
 (0)