mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix: doc links (#763)
This commit is contained in:
@@ -97,7 +97,7 @@ export default function AppSelector() {
|
||||
<Link
|
||||
className={classNames(itemClassName, 'group justify-between')}
|
||||
href={
|
||||
locale === 'zh-Hans' ? 'https://docs.dify.ai/v/zh-hans/' : 'https://docs.dify.ai/'
|
||||
locale === 'en' ? 'https://docs.dify.ai/' : `https://docs.dify.ai/v/${locale.toLowerCase()}/`
|
||||
}
|
||||
target='_blank'>
|
||||
<div>{t('common.userProfile.helpCenter')}</div>
|
||||
|
||||
Reference in New Issue
Block a user