Explorar el Código

fix: help document link (#42)

zxhlyh hace 1 año
padre
commit
92fb4ab4c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/app/components/header/account-dropdown/index.tsx

+ 1 - 1
web/app/components/header/account-dropdown/index.tsx

@@ -89,7 +89,7 @@ export default function AppSelector({ userProfile, onLogout, langeniusVersionInf
                 <Link
                   className={classNames(itemClassName, 'group justify-between')}
                   href={
-                    locale === 'zh-Hans' ? 'https://docs.dify.ai/zh-hans/' : 'https://docs.dify.ai/en/'
+                    locale === 'zh-Hans' ? 'https://docs.dify.ai/v/zh-hans/' : 'https://docs.dify.ai/'
                   }
                   target='_blank'>
                   <div>{t('common.userProfile.helpCenter')}</div>