Skip to content

Commit

Permalink
UI:fix. Change the link to the documentation (wrong urls)(PROD-2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jktu2870 committed Feb 16, 2024
1 parent 6bf98bd commit 6dd28b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui-ngx/src/app/shared/models/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/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',
widgetsConfig: helpBaseUrl + '/docs/user-guide/ui/widget-library',
widgetsConfigTimeseries: helpBaseUrl + '/docs/user-guide/ui/widget-library#time-series',
widgetsConfigLatest: helpBaseUrl + '/docs/user-guide/ui/widget-library#latest-values',
widgetsConfigRpc: helpBaseUrl + '/docs/user-guide/ui/widget-library#control-widget',
widgetsConfigAlarm: helpBaseUrl + '/docs/user-guide/ui/widget-library#alarm-widget',
widgetsConfigStatic: helpBaseUrl + '/docs/user-guide/ui/widget-library#static',
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',
Expand Down

0 comments on commit 6dd28b0

Please sign in to comment.