Forráskód Böngészése

Fix link to documentation of nodes (#5623)

johnpccd 10 hónapja
szülő
commit
b7d5849191

+ 1 - 1
web/app/components/workflow/nodes/_base/hooks/use-node-help-link.ts

@@ -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') {