Merge pull request #8428 from vvlladd28/bug/help-link/resource
Fix help link for resources
This commit is contained in:
commit
f6f15773fb
@ -146,7 +146,7 @@ export const HelpLinks = {
|
||||
entityViews: helpBaseUrl + '/docs/user-guide/ui/entity-views',
|
||||
entitiesImport: helpBaseUrl + '/docs/user-guide/bulk-provisioning',
|
||||
rulechains: helpBaseUrl + '/docs/user-guide/ui/rule-chains',
|
||||
resources: helpBaseUrl + '/docs/user-guide/ui/resources',
|
||||
lwm2mResourceLibrary: helpBaseUrl + '/docs/reference/lwm2m-api',
|
||||
dashboards: helpBaseUrl + '/docs/user-guide/ui/dashboards',
|
||||
otaUpdates: helpBaseUrl + '/docs/user-guide/ota-updates',
|
||||
widgetsBundles: helpBaseUrl + '/docs/user-guide/ui/widget-library#bundles',
|
||||
|
||||
@ -477,7 +477,7 @@ export const entityTypeResources = new Map<EntityType, EntityTypeResource<BaseDa
|
||||
[
|
||||
EntityType.TB_RESOURCE,
|
||||
{
|
||||
helpLinkId: 'resources'
|
||||
helpLinkId: 'lwm2mResourceLibrary'
|
||||
}
|
||||
],
|
||||
[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user