mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
Fix link to documentation of nodes (#5623)
This commit is contained in:
parent
af9448e6f2
commit
b7d5849191
|
@ -8,7 +8,7 @@ export const useNodeHelpLink = (nodeType: BlockEnum) => {
|
|||
if (language === 'zh_Hans')
|
||||
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])
|
||||
const linkMap = useMemo(() => {
|
||||
if (language === 'zh_Hans') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user