mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-13 04:46:52 +08:00
fix: doc link in knowledge base (#6691)
This commit is contained in:
@@ -166,8 +166,8 @@ const ExtraInfo = ({ isMobile, relatedApps }: IExtraInfoProps) => {
|
|||||||
className='inline-flex items-center text-xs text-primary-600 mt-2 cursor-pointer'
|
className='inline-flex items-center text-xs text-primary-600 mt-2 cursor-pointer'
|
||||||
href={
|
href={
|
||||||
locale === LanguagesSupported[1]
|
locale === LanguagesSupported[1]
|
||||||
? 'https://docs.dify.ai/v/zh-hans/guides/application-design/prompt-engineering'
|
? 'https://docs.dify.ai/v/zh-hans/guides/knowledge-base/integrate_knowledge_within_application'
|
||||||
: 'https://docs.dify.ai/user-guide/creating-dify-apps/prompt-engineering'
|
: 'https://docs.dify.ai/guides/knowledge-base/integrate-knowledge-within-application'
|
||||||
}
|
}
|
||||||
target='_blank' rel='noopener noreferrer'
|
target='_blank' rel='noopener noreferrer'
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user