Browse Source

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

tags/0.10.1
Han Fangyuan 1 year ago
parent
commit
b7bf14ab72
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/base/features/new-feature-panel/index.tsx

+ 1
- 1
web/app/components/base/features/new-feature-panel/index.tsx 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>

Loading…
Cancel
Save