Skip to content

Commit

Permalink
Merge pull request #10214 from jktu2870/PROD-2559
Browse files Browse the repository at this point in the history
Change the link to the documentation (wrong urls)
  • Loading branch information
ashvayka authored Feb 16, 2024
2 parents b40fc64 + 6dd28b0 commit efca0ec
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 efca0ec

Please sign in to comment.