@c8y/ngx-components 1021.49.1 → 1021.49.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/common/ApplicationOptions.d.ts +1 -1
- package/core/docs/docs.service.d.ts +1 -1
- package/core/docs/docs.service.d.ts.map +1 -1
- package/core/i18n/translate.service.d.ts.map +1 -1
- package/esm2022/branding/shared/lazy/branding-form/branding-form.component.mjs +3 -3
- package/esm2022/core/common/ApplicationOptions.mjs +1 -1
- package/esm2022/core/docs/defaults.items.mjs +5 -5
- package/esm2022/core/docs/docs.service.mjs +2 -2
- package/esm2022/core/i18n/translate.service.mjs +7 -5
- package/esm2022/widgets/implementations/cockpit-welcome/welcome.component.mjs +2 -2
- package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs +2 -2
- package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +11 -9
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -152,7 +152,7 @@ class WelcomeToCockpitComponent {
|
|
|
152
152
|
const userGuide = {
|
|
153
153
|
icon: 'c8y-user',
|
|
154
154
|
label: gettext('User documentation'),
|
|
155
|
-
url: '/docs/
|
|
155
|
+
url: '/docs/sector/getting_started',
|
|
156
156
|
click: () => {
|
|
157
157
|
const userGuideURL = this.docs.getUserGuideLink(userGuide.url);
|
|
158
158
|
window.open(userGuideURL);
|