Fix/update broken doc links (#2187)

Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
Chenhe Gu
2024-01-26 15:20:03 +08:00
committed by GitHub
parent 20bd33fada
commit c9e65f4221
12 changed files with 40 additions and 15 deletions

View File

@@ -207,7 +207,7 @@ const ActivateForm = () => {
<Link
className='text-primary-600'
target={'_blank'}
href={`https://docs.dify.ai/${language !== LanguagesSupportedUnderscore[1] ? '' : `v/${locale.toLowerCase()}`}/community/open-source`}
href={`https://docs.dify.ai/${language !== LanguagesSupportedUnderscore[1] ? 'user-agreement' : `v/${locale.toLowerCase()}/policies`}/open-source`}
>{t('login.license.link')}</Link>
</div>
</div>