Fix link to documentation of nodes (#5623)

pull/5634/head
johnpccd 2 years ago committed by GitHub
parent af9448e6f2
commit b7d5849191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save