Browse Source

UI: Change link for entity view documentation

pull/11625/head
Vladyslav_Prykhodko 2 years ago
parent
commit
23bf12e41c
  1. 2
      ui-ngx/src/app/shared/models/constants.ts

2
ui-ngx/src/app/shared/models/constants.ts

@ -161,7 +161,7 @@ export const HelpLinks = {
assetProfiles: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/ui/asset-profiles`,
edges: `${helpBaseUrl}/docs/edge/getting-started-guides/what-is-edge`,
assets: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/ui/assets`,
entityViews: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/ui/entity-views`,
entityViews: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/entity-views`,
entitiesImport: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/bulk-provisioning`,
rulechains: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/ui/rule-chains`,
lwm2mResourceLibrary: `${helpBaseUrl}/docs${docPlatformPrefix}/reference/lwm2m-api`,

Loading…
Cancel
Save