Replace hardcoded doc-link path with site-base-url

This commit is contained in:
Ivan Raznatovskyi 2024-01-30 10:35:21 +02:00
parent 7ef41197c9
commit d509c230c0
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Fields templatization feature allows you to process the incoming messages with dynamic configuration
by substitution of templates specified in the configuration fields with values from message or message metadata.
For more detailed information, please refer to the ThingsBoard [documentation](https://thingsboard.io/docs/user-guide/templatization/)
For more detailed information, please refer to the ThingsBoard [documentation](${siteBaseUrl}/docs/user-guide/templatization/)

View File

@ -8,4 +8,4 @@
</ul>
Enable 'debug mode' for your rule node to see the messages that arrive in near real-time.
See <a href="https://thingsboard.io/docs/user-guide/rule-engine-2-0/overview/#debugging" target="_blank">Debugging</a> for more information.
See <a href="${siteBaseUrl}/docs/user-guide/rule-engine-2-0/overview/#debugging" target="_blank">Debugging</a> for more information.

View File

@ -15,7 +15,7 @@ JavaScript function computing **an array of Link names** to forward the incoming
Should return an array of `string` values presenting **link names** that the Rule Engine should use to further route the incoming Message.<br>
If the result is an empty array - message will not be routed to any Node and will be immediately
<a href="https://thingsboard.io/docs/user-guide/rule-engine-2-0/overview/#message-processing-result" target="_blank">acknowledged</a>.
<a href="${siteBaseUrl}/docs/user-guide/rule-engine-2-0/overview/#message-processing-result" target="_blank">acknowledged</a>.
<div class="divider"></div>

View File

@ -8,4 +8,4 @@
</ul>
Enable 'debug mode' for your rule node to see the messages that arrive in near real-time.
See <a href="https://thingsboard.io/docs/user-guide/rule-engine-2-0/overview/#debugging" target="_blank">Debugging</a> for more information.
See <a href="${siteBaseUrl}/docs/user-guide/rule-engine-2-0/overview/#debugging" target="_blank">Debugging</a> for more information.

View File

@ -15,7 +15,7 @@
Should return an array of `string` values presenting **link names** that the Rule Engine should use to further route the incoming Message.<br>
If the result is an empty array - message will not be routed to any Node and will be immediately
<a href="https://thingsboard.io/docs/user-guide/rule-engine-2-0/overview/#message-processing-result" target="_blank">acknowledged</a>.
<a href="${siteBaseUrl}/docs/user-guide/rule-engine-2-0/overview/#message-processing-result" target="_blank">acknowledged</a>.
<div class="divider"></div>