Skip to content

Commit abfe7c5

Browse files
committed
change url
1 parent 97c8929 commit abfe7c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Login/components/Header/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export default function Header() {
1111
const dispatch = useAppDispatch();
1212

1313
const navToGitHub = () => {
14-
window.open('https://github.com/tencent/tdesign-react-starter');
14+
window.open('https://github.com/go-cinch/pc-react');
1515
};
1616

1717
const navToHelper = () => {
18-
window.open('http://tdesign.tencent.com/starter/docs/react/get-started');
18+
window.open('https://go-cinch.github.io/docs/#/started/0.init');
1919
};
2020

2121
const toggleSettingPanel = () => {

0 commit comments

Comments
 (0)