diff --git a/web/src/app/home/components/home-sidebar/sidbarConfigList.tsx b/web/src/app/home/components/home-sidebar/sidbarConfigList.tsx index 8f12c5d0f..d78a82d41 100644 --- a/web/src/app/home/components/home-sidebar/sidbarConfigList.tsx +++ b/web/src/app/home/components/home-sidebar/sidbarConfigList.tsx @@ -89,9 +89,9 @@ export const sidebarConfigList = [ route: '/home/extensions', description: t('plugins.description'), helpLink: { - en_US: 'https://link.langbot.app/en/docs/plugins', - zh_Hans: 'https://link.langbot.app/zh/docs/plugins', - ja_JP: 'https://link.langbot.app/ja/docs/plugins', + en_US: 'https://docs.langbot.app/en/plugin/plugin-intro', + zh_Hans: 'https://docs.langbot.app/zh/plugin/plugin-intro', + ja_JP: 'https://docs.langbot.app/ja/plugin/plugin-intro', }, section: 'extensions', }), @@ -102,9 +102,9 @@ export const sidebarConfigList = [ route: '/home/add-extension', description: t('plugins.description'), helpLink: { - en_US: 'https://link.langbot.app/en/docs/plugins', - zh_Hans: 'https://link.langbot.app/zh/docs/plugins', - ja_JP: 'https://link.langbot.app/ja/docs/plugins', + en_US: 'https://docs.langbot.app/en/plugin/plugin-intro', + zh_Hans: 'https://docs.langbot.app/zh/plugin/plugin-intro', + ja_JP: 'https://docs.langbot.app/ja/plugin/plugin-intro', }, section: 'extensions', }),