From 6bf98bdffec4c1796b46ca5d2b2832563ff3828c Mon Sep 17 00:00:00 2001 From: okolesnyk Date: Wed, 14 Feb 2024 16:47:02 +0200 Subject: [PATCH] UI. Change the link to the documentation (PROD-2559) --- ui-ngx/src/app/shared/models/constants.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui-ngx/src/app/shared/models/constants.ts b/ui-ngx/src/app/shared/models/constants.ts index c937503f32..e57ab758e0 100644 --- a/ui-ngx/src/app/shared/models/constants.ts +++ b/ui-ngx/src/app/shared/models/constants.ts @@ -159,12 +159,12 @@ export const HelpLinks = { otaUpdates: helpBaseUrl + '/docs/user-guide/ota-updates', widgetTypes: helpBaseUrl + '/docs/user-guide/ui/widget-library/#widget-types', widgetsBundles: helpBaseUrl + '/docs/user-guide/ui/widget-library/#widgets-library-bundles', - widgetsConfig: helpBaseUrl + '/docs/user-guide/ui/dashboards#widget-configuration', - widgetsConfigTimeseries: helpBaseUrl + '/docs/user-guide/ui/dashboards#timeseries', - widgetsConfigLatest: helpBaseUrl + '/docs/user-guide/ui/dashboards#latest', - widgetsConfigRpc: helpBaseUrl + '/docs/user-guide/ui/dashboards#rpc', - widgetsConfigAlarm: helpBaseUrl + '/docs/user-guide/ui/dashboards#alarm', - widgetsConfigStatic: helpBaseUrl + '/docs/user-guide/ui/dashboards#static', + widgetsConfig: helpBaseUrl + '/docs/user-guide/widgets', + widgetsConfigTimeseries: helpBaseUrl + '/docs/user-guide/widgets', + widgetsConfigLatest: helpBaseUrl + '/docs/user-guide/widgets', + widgetsConfigRpc: helpBaseUrl + '/docs/user-guide/widgets', + widgetsConfigAlarm: helpBaseUrl + '/docs/user-guide/widgets', + widgetsConfigStatic: helpBaseUrl + '/docs/user-guide/widgets', ruleNodePushToCloud: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/action-nodes/#push-to-cloud', ruleNodePushToEdge: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/action-nodes/#push-to-edge', queue: helpBaseUrl + '/docs/user-guide/queue',