Browse Source
Merge pull request #13289 from vvlladd28/bug/help-link/cf
Fixed incorrect help links for calculated fields
pull/13306/head
Igor Kulikov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/shared/models/constants.ts
|
|
|
@ -198,7 +198,7 @@ export const HelpLinks = { |
|
|
|
mobileApplication: `${helpBaseUrl}/docs${docPlatformPrefix}/mobile-center/applications/`, |
|
|
|
mobileBundle: `${helpBaseUrl}/docs${docPlatformPrefix}/mobile-center/mobile-center/`, |
|
|
|
mobileQrCode: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/ui/mobile-qr-code/`, |
|
|
|
calculatedField: `${helpBaseUrl}/docs${docPlatformPrefix}/`, |
|
|
|
calculatedField: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/calculated-fields/`, |
|
|
|
timewindowSettings: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/dashboards/#time-window`, |
|
|
|
} |
|
|
|
}; |
|
|
|
|