From 7e5fa4e620f54e924bef2b33e6d63fc6714c42a7 Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Thu, 20 Jun 2024 11:00:30 -0400 Subject: [PATCH] fix relative links in summaries --- src/components/breadcrumb-item/breadcrumb-item.ts | 2 +- src/components/carousel-item/carousel-item.ts | 2 +- src/components/option/option.ts | 2 +- src/components/radio-group/radio-group.ts | 2 +- src/components/tab-panel/tab-panel.ts | 2 +- src/components/tree-item/tree-item.ts | 2 +- src/components/tree/tree.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/breadcrumb-item/breadcrumb-item.ts b/src/components/breadcrumb-item/breadcrumb-item.ts index b4d74445f..f856cf91e 100644 --- a/src/components/breadcrumb-item/breadcrumb-item.ts +++ b/src/components/breadcrumb-item/breadcrumb-item.ts @@ -7,7 +7,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js'; import type { CSSResultGroup } from 'lit'; /** - * @summary Breadcrumb Items are used inside [breadcrumbs](/components/breadcrumb) to represent different links. + * @summary Breadcrumb Items are used inside [breadcrumbs](/docs/components/breadcrumb) to represent different links. * @documentation https://shoelace.style/components/breadcrumb-item * @status stable * @since 2.0 diff --git a/src/components/carousel-item/carousel-item.ts b/src/components/carousel-item/carousel-item.ts index 49237142a..9d0243b85 100644 --- a/src/components/carousel-item/carousel-item.ts +++ b/src/components/carousel-item/carousel-item.ts @@ -6,7 +6,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js'; import type { CSSResultGroup } from 'lit'; /** - * @summary A carousel item represent a slide within a [carousel](/components/carousel). + * @summary A carousel item represent a slide within a [carousel](/docs/components/carousel). * * @since 2.0 * @status experimental diff --git a/src/components/option/option.ts b/src/components/option/option.ts index be3689f04..d157a6c9f 100644 --- a/src/components/option/option.ts +++ b/src/components/option/option.ts @@ -10,7 +10,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js'; import type { CSSResultGroup } from 'lit'; /** - * @summary Options define the selectable items within various form controls such as [select](/components/select). + * @summary Options define the selectable items within various form controls such as [select](/docs/components/select). * @documentation https://shoelace.style/components/option * @status stable * @since 2.0 diff --git a/src/components/radio-group/radio-group.ts b/src/components/radio-group/radio-group.ts index 27b914546..c3ca02727 100644 --- a/src/components/radio-group/radio-group.ts +++ b/src/components/radio-group/radio-group.ts @@ -18,7 +18,7 @@ import type WaRadio from '../radio/radio.js'; import type WaRadioButton from '../radio-button/radio-button.js'; /** - * @summary Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control. + * @summary Radio groups are used to group multiple [radios](/docs/components/radio) or [radio buttons](/docs/components/radio-button) so they function as a single form control. * @documentation https://shoelace.style/components/radio-group * @status stable * @since 2.0 diff --git a/src/components/tab-panel/tab-panel.ts b/src/components/tab-panel/tab-panel.ts index 548b6dc3d..8b64b1b2c 100644 --- a/src/components/tab-panel/tab-panel.ts +++ b/src/components/tab-panel/tab-panel.ts @@ -10,7 +10,7 @@ import type { CSSResultGroup } from 'lit'; let id = 0; /** - * @summary Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content. + * @summary Tab panels are used inside [tab groups](/docs/components/tab-group) to display tabbed content. * @documentation https://shoelace.style/components/tab-panel * @status stable * @since 2.0 diff --git a/src/components/tree-item/tree-item.ts b/src/components/tree-item/tree-item.ts index 5fd410fba..4747000b4 100644 --- a/src/components/tree-item/tree-item.ts +++ b/src/components/tree-item/tree-item.ts @@ -21,7 +21,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js'; import type { CSSResultGroup, PropertyValueMap } from 'lit'; /** - * @summary A tree item serves as a hierarchical node that lives inside a [tree](/components/tree). + * @summary A tree item serves as a hierarchical node that lives inside a [tree](/docs/components/tree). * @documentation https://shoelace.style/components/tree-item * @status stable * @since 2.0 diff --git a/src/components/tree/tree.ts b/src/components/tree/tree.ts index e7b8bc4a7..a26c6e3e3 100644 --- a/src/components/tree/tree.ts +++ b/src/components/tree/tree.ts @@ -50,7 +50,7 @@ function syncCheckboxes(changedTreeItem: WaTreeItem, initialSync = false) { } /** - * @summary Trees allow you to display a hierarchical list of selectable [tree items](/components/tree-item). Items with children can be expanded and collapsed as desired by the user. + * @summary Trees allow you to display a hierarchical list of selectable [tree items](/docs/components/tree-item). Items with children can be expanded and collapsed as desired by the user. * @documentation https://shoelace.style/components/tree * @status stable * @since 2.0