fix: wrong url of guides doc in new feature panel (#9626)

This commit is contained in:
Han Fangyuan 2024-10-22 14:53:10 +08:00 committed by GitHub
parent e8abbe0623
commit b7bf14ab72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ const NewFeaturePanel = ({
<span>{isChatMode ? t('workflow.common.fileUploadTip') : t('workflow.common.ImageUploadLegacyTip')}</span>
<a
className='text-text-accent'
href={`https://docs.dify.ai/${locale === LanguagesSupported[1] && 'v/zh-hans/'}'guides/workflow/bulletin`}
href={`https://docs.dify.ai/${locale === LanguagesSupported[1] && 'v/zh-hans/'}guides/workflow/bulletin`}
target='_blank' rel='noopener noreferrer'
>{t('workflow.common.featuresDocLink')}</a>
</div>