@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.
@@ -152,7 +152,7 @@ class WelcomeToCockpitComponent {
152
152
  const userGuide = {
153
153
  icon: 'c8y-user',
154
154
  label: gettext('User documentation'),
155
- url: '/docs/section/getting_started',
155
+ url: '/docs/sector/getting_started',
156
156
  click: () => {
157
157
  const userGuideURL = this.docs.getUserGuideLink(userGuide.url);
158
158
  window.open(userGuideURL);