We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfe7c5 commit 2f90f24Copy full SHA for 2f90f24
src/layouts/components/Header/HeaderIcon.tsx
@@ -22,11 +22,11 @@ export default memo(() => {
22
const navigate = useNavigate();
23
24
const gotoWiki = () => {
25
- window.open('https://tdesign.tencent.com/react/overview');
+ window.open('https://go-cinch.github.io/docs');
26
};
27
28
const gotoGitHub = () => {
29
- window.open('https://github.com/Tencent/tdesign-react-starter');
+ window.open('https://github.com/go-cinch/pc-react');
30
31
32
const clickHandler = (data: any) => {
0 commit comments