diff --git a/frontend/packages/core/src/components/Error.tsx b/frontend/packages/core/src/components/Error.tsx index 9283fe24db8e4de2794872861f117201b53f1c83..5564bb5df50cc4d9fa0d0d270f8375bf09c6343e 100644 --- a/frontend/packages/core/src/components/Error.tsx +++ b/frontend/packages/core/src/components/Error.tsx @@ -67,13 +67,13 @@ const Wrapper = styled.div` const reload = () => window.location.reload(); const ReadmeMap: Record = { - zh: 'https://github.com/PaddlePaddle/VisualDL/blob/develop/README.md', - en: 'https://github.com/PaddlePaddle/VisualDL/blob/develop/README-en.md' + zh: 'https://github.com/PaddlePaddle/VisualDL/blob/develop/README_CN.md', + en: 'https://github.com/PaddlePaddle/VisualDL/blob/develop/README.md' }; const UserGuideMap: Record = { - zh: 'https://github.com/PaddlePaddle/VisualDL/blob/develop/docs/components/README.md', - en: 'https://github.com/PaddlePaddle/VisualDL/blob/develop/docs/components/UserGuide-en.md' + zh: 'https://github.com/PaddlePaddle/VisualDL/blob/develop/docs/components/README_CN.md', + en: 'https://github.com/PaddlePaddle/VisualDL/blob/develop/docs/components/README.md' }; const I18nLink: FunctionComponent<{map: Record}> = ({map, children}) => {