mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 20:06:54 +08:00
Fix link to documentation of nodes (#5623)
This commit is contained in:
@@ -8,7 +8,7 @@ export const useNodeHelpLink = (nodeType: BlockEnum) => {
|
|||||||
if (language === 'zh_Hans')
|
if (language === 'zh_Hans')
|
||||||
return 'https://docs.dify.ai/v/zh-hans/guides/workflow/node/'
|
return 'https://docs.dify.ai/v/zh-hans/guides/workflow/node/'
|
||||||
|
|
||||||
return 'https://docs.dify.ai/features/workflow/node/'
|
return 'https://docs.dify.ai/guides/workflow/node/'
|
||||||
}, [language])
|
}, [language])
|
||||||
const linkMap = useMemo(() => {
|
const linkMap = useMemo(() => {
|
||||||
if (language === 'zh_Hans') {
|
if (language === 'zh_Hans') {
|
||||||
|
|||||||
Reference in New Issue
Block a user