From 07a9e69e7bf1271beaaf53f7a7ac8141953216f7 Mon Sep 17 00:00:00 2001 From: Hiroyasu Nishiyama Date: Fri, 6 May 2022 23:38:58 +0900 Subject: [PATCH] update link-call node info according to current behavior --- .../@node-red/nodes/locales/en-US/common/60-link.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/common/60-link.html b/packages/node_modules/@node-red/nodes/locales/en-US/common/60-link.html index ef83a42f5..152717fc8 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/common/60-link.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/common/60-link.html @@ -54,9 +54,10 @@

If no response is received within the configured timeout, default 30 seconds, the node will log an error that can be caught using the catch node.

When the option Link Type is set to "Dynamic target" msg.target can be used to call a - link in by name. The target link in node must be named. + link in by name or id.