diff --git a/ui-ngx/src/assets/help/en_US/rulenode/common_node_fields_templatization.md b/ui-ngx/src/assets/help/en_US/rulenode/common_node_fields_templatization.md
index 0ccbbd9058..50301746c4 100644
--- a/ui-ngx/src/assets/help/en_US/rulenode/common_node_fields_templatization.md
+++ b/ui-ngx/src/assets/help/en_US/rulenode/common_node_fields_templatization.md
@@ -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/)
diff --git a/ui-ngx/src/assets/help/en_US/rulenode/common_node_script_args.md b/ui-ngx/src/assets/help/en_US/rulenode/common_node_script_args.md
index 296e5b735c..d9b5bdb0b7 100644
--- a/ui-ngx/src/assets/help/en_US/rulenode/common_node_script_args.md
+++ b/ui-ngx/src/assets/help/en_US/rulenode/common_node_script_args.md
@@ -8,4 +8,4 @@
Enable 'debug mode' for your rule node to see the messages that arrive in near real-time.
-See Debugging for more information.
\ No newline at end of file
+See Debugging for more information.
diff --git a/ui-ngx/src/assets/help/en_US/rulenode/switch_node_script_fn.md b/ui-ngx/src/assets/help/en_US/rulenode/switch_node_script_fn.md
index a31eae72cf..0f6ab96736 100644
--- a/ui-ngx/src/assets/help/en_US/rulenode/switch_node_script_fn.md
+++ b/ui-ngx/src/assets/help/en_US/rulenode/switch_node_script_fn.md
@@ -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.
If the result is an empty array - message will not be routed to any Node and will be immediately
-acknowledged.
+acknowledged.