diff --git a/docs/docusaurus/src/theme/DocSidebar/index.tsx b/docs/docusaurus/src/theme/DocSidebar/index.tsx index aec4089f6f..8332809faf 100644 --- a/docs/docusaurus/src/theme/DocSidebar/index.tsx +++ b/docs/docusaurus/src/theme/DocSidebar/index.tsx @@ -76,7 +76,7 @@ export default function DocSidebarWrapper(props: Props): JSX.Element { const [type, version] = values; const lang = getCurrentLanguage(); if (type === "TuGraph_Analytics") { - window.location.href = `https://liukaiming-alipay.github.io/tugraph-analytics/${lang}/introduction`; + window.location.href = `https://tugraph-family.github.io/tugraph-analytics/${lang}/guide/`; return; }