Skip to content

Commit 2c1b5b0

Browse files
authored
🐛 Fix redirect URL
1 parent 7a3f670 commit 2c1b5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/enhanceApp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default ({ router, siteData }) => {
6666
'#/nodes?id=variable-runindex' : 'reference/function-nodes.html#variable-runindex',
6767
'#/nodes?id=variable-workflow' : 'reference/function-nodes.html#variable-workflow',
6868
'#/nodes?id=method-evaluateexpressionexpression-string-itemindex-number' : 'reference/function-nodes.html#method-evaluateexpressionexpression-string-itemindex-number',
69-
'#/nodes?id=method-getworkflowstaticdatatype' : 'reference/function-nodes.html#method-getworkflowstaticdatatype',
69+
'#/nodes?id=method-getworkflowstaticdatatype' : 'reference/function-nodes.html#method-getworkflowstaticdata-type',
7070
'#/nodes?id=function-item-node' : 'reference/function-nodes.html#function-item-node',
7171
'#/nodes?id=variable-item' : 'reference/function-nodes.html#variable-item',
7272
'#/nodes?id=method-getbinarydata' : 'reference/function-nodes.html#method-getbinarydata',

0 commit comments

Comments
 (0)