From 793a2fd0be34bd8deed37420062321df96e760a6 Mon Sep 17 00:00:00 2001 From: Vaadin Bot Date: Thu, 5 Sep 2024 08:05:55 +0200 Subject: [PATCH] docs: fix broken link to styling docs in tabsheet JSDoc (#7760) (#7767) Co-authored-by: Serhii Kulykov --- packages/tabsheet/src/vaadin-tabsheet.d.ts | 2 +- packages/tabsheet/src/vaadin-tabsheet.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tabsheet/src/vaadin-tabsheet.d.ts b/packages/tabsheet/src/vaadin-tabsheet.d.ts index 91ce7977ad..780ea204ac 100644 --- a/packages/tabsheet/src/vaadin-tabsheet.d.ts +++ b/packages/tabsheet/src/vaadin-tabsheet.d.ts @@ -64,7 +64,7 @@ export interface TabSheetEventMap extends HTMLElementEventMap, TabSheetCustomEve * `loading` | Set when a tab without associated content is selected * `overflow` | Set to `top`, `bottom`, `start`, `end`, all of them, or none. * - * See [Styling Components](hhttps://vaadin.com/docs/latest/components/ds-resources/customization/styling-components) documentation. + * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation. * * @fires {CustomEvent} items-changed - Fired when the `items` property changes. * @fires {CustomEvent} selected-changed - Fired when the `selected` property changes. diff --git a/packages/tabsheet/src/vaadin-tabsheet.js b/packages/tabsheet/src/vaadin-tabsheet.js index d3693f35e5..808dea7733 100644 --- a/packages/tabsheet/src/vaadin-tabsheet.js +++ b/packages/tabsheet/src/vaadin-tabsheet.js @@ -114,7 +114,7 @@ class TabsSlotController extends SlotController { * `loading` | Set when a tab without associated content is selected * `overflow` | Set to `top`, `bottom`, `start`, `end`, all of them, or none. * - * See [Styling Components](hhttps://vaadin.com/docs/latest/components/ds-resources/customization/styling-components) documentation. + * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation. * * @fires {CustomEvent} items-changed - Fired when the `items` property changes. * @fires {CustomEvent} selected-changed - Fired when the `selected` property changes.