From d4ef54fda30dea91ae8f3c6aa8012e63a0d941c9 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 30 Oct 2025 11:25:55 -0400 Subject: [PATCH] fix links --- packages/webawesome/docs/docs/utilities/cluster.md | 4 ++-- packages/webawesome/docs/docs/utilities/flank.md | 4 ++-- packages/webawesome/docs/docs/utilities/frame.md | 2 +- packages/webawesome/docs/docs/utilities/grid.md | 2 +- packages/webawesome/docs/docs/utilities/split.md | 4 ++-- packages/webawesome/docs/docs/utilities/stack.md | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/webawesome/docs/docs/utilities/cluster.md b/packages/webawesome/docs/docs/utilities/cluster.md index 0a8adc013..e17d226fe 100644 --- a/packages/webawesome/docs/docs/utilities/cluster.md +++ b/packages/webawesome/docs/docs/utilities/cluster.md @@ -84,7 +84,7 @@ Clusters are great for inline lists and aligning items of varying sizes. ## Align Items -By default, items are centered in the block direction of the `wa-cluster` container. You can add any of the following [`wa-align-items-*`](/docs/style-utilities/align-items) classes to an element with `wa-cluster` to specify how items are aligned in the block direction: +By default, items are centered in the block direction of the `wa-cluster` container. You can add any of the following [`wa-align-items-*`](/docs/utilities/align-items) classes to an element with `wa-cluster` to specify how items are aligned in the block direction: - `wa-align-items-start` - `wa-align-items-end` @@ -119,7 +119,7 @@ By default, items are centered in the block direction of the `wa-cluster` contai ## Gap -By default, the gap between cluster items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/style-utilities/gap) classes to an element with `wa-cluster` to specify the gap between items: +By default, the gap between cluster items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/utilities/gap) classes to an element with `wa-cluster` to specify the gap between items: - `wa-gap-0` - `wa-gap-3xs` diff --git a/packages/webawesome/docs/docs/utilities/flank.md b/packages/webawesome/docs/docs/utilities/flank.md index ded9aa341..81abd2b5d 100644 --- a/packages/webawesome/docs/docs/utilities/flank.md +++ b/packages/webawesome/docs/docs/utilities/flank.md @@ -137,7 +137,7 @@ The main content fills the remaining inline space of the container. By default, ## Align Items -By default, items are centered in the block direction of the `wa-flank` container. You can add any of the following [`wa-align-items-*`](/docs/style-utilities/align-items) classes to an element with `wa-flank` to specify how items are aligned in the block direction: +By default, items are centered in the block direction of the `wa-flank` container. You can add any of the following [`wa-align-items-*`](/docs/utilities/align-items) classes to an element with `wa-flank` to specify how items are aligned in the block direction: - `wa-align-items-start` - `wa-align-items-end` @@ -168,7 +168,7 @@ By default, items are centered in the block direction of the `wa-flank` containe ## Gap -By default, the gap between flank items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/style-utilities/gap) classes to an element with `wa-flank` to specify the gap between items: +By default, the gap between flank items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/utilities/gap) classes to an element with `wa-flank` to specify the gap between items: - `wa-gap-0` - `wa-gap-3xs` diff --git a/packages/webawesome/docs/docs/utilities/frame.md b/packages/webawesome/docs/docs/utilities/frame.md index 4ee7f99fa..0473d32f8 100644 --- a/packages/webawesome/docs/docs/utilities/frame.md +++ b/packages/webawesome/docs/docs/utilities/frame.md @@ -139,7 +139,7 @@ Frames have a square aspect ratio by default. You can append `:square` (1 / 1), ## Border Radius -Frames have a square border radius by default. You can add any of the following [`wa-border-radius-*`](/docs/style-utilities/border-radius) classes to an element with `wa-frame` to specify the border radius: +Frames have a square border radius by default. You can add any of the following [`wa-border-radius-*`](/docs/utilities/border-radius) classes to an element with `wa-frame` to specify the border radius: - `wa-border-radius-s` - `wa-border-radius-m` diff --git a/packages/webawesome/docs/docs/utilities/grid.md b/packages/webawesome/docs/docs/utilities/grid.md index 356ab2128..3fec0aea2 100644 --- a/packages/webawesome/docs/docs/utilities/grid.md +++ b/packages/webawesome/docs/docs/utilities/grid.md @@ -169,7 +169,7 @@ By default, grid items will wrap when the grid's column size is less than `20ch` ## Gap -By default, the gap between grid items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/style-utilities/gap) classes to an element with `wa-grid` to specify the gap between items: +By default, the gap between grid items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/utilities/gap) classes to an element with `wa-grid` to specify the gap between items: - `wa-gap-0` - `wa-gap-3xs` diff --git a/packages/webawesome/docs/docs/utilities/split.md b/packages/webawesome/docs/docs/utilities/split.md index 1b23680a3..cd5dc8d18 100644 --- a/packages/webawesome/docs/docs/utilities/split.md +++ b/packages/webawesome/docs/docs/utilities/split.md @@ -106,7 +106,7 @@ Items can be split across a row or a column by appending `:row` or `:column` to ## Align Items -By default, items are centered on the cross axis of the `wa-split` container. You can add any of the following [`wa-align-items-*`](/docs/style-utilities/align-items) classes to an element with `wa-split` to specify how items are aligned: +By default, items are centered on the cross axis of the `wa-split` container. You can add any of the following [`wa-align-items-*`](/docs/utilities/align-items) classes to an element with `wa-split` to specify how items are aligned: - `wa-align-items-start` - `wa-align-items-end` @@ -139,7 +139,7 @@ These modifiers specify how items are aligned in the block direction for `wa-spl ## Gap -A split's gap determines how close items can be before they wrap. By default, the gap between split items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/style-utilities/gap) classes to an element with `wa-split` to specify the gap between items: +A split's gap determines how close items can be before they wrap. By default, the gap between split items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/utilities/gap) classes to an element with `wa-split` to specify the gap between items: - `wa-gap-0` - `wa-gap-3xs` diff --git a/packages/webawesome/docs/docs/utilities/stack.md b/packages/webawesome/docs/docs/utilities/stack.md index 561955807..cb93ef3aa 100644 --- a/packages/webawesome/docs/docs/utilities/stack.md +++ b/packages/webawesome/docs/docs/utilities/stack.md @@ -62,7 +62,7 @@ Stacks are well suited for forms, text, and ensuring consistent spacing between ## Align Items -By default, items stretch to fill the inline size of the `wa-stack` container. You can add any of the following [`wa-align-items-*`](/docs/style-utilities/align-items) classes to an element with `wa-stack` to specify how items are aligned in the inline direction: +By default, items stretch to fill the inline size of the `wa-stack` container. You can add any of the following [`wa-align-items-*`](/docs/utilities/align-items) classes to an element with `wa-stack` to specify how items are aligned in the inline direction: - `wa-align-items-start` - `wa-align-items-end` @@ -92,7 +92,7 @@ By default, items stretch to fill the inline size of the `wa-stack` container. Y ## Gap -By default, the gap between stack items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/style-utilities/gap) classes to an element with `wa-stack` to specify the gap between items: +By default, the gap between stack items uses `--wa-space-m` from your theme. You can add any of the following [`wa-gap-*`](/docs/utilities/gap) classes to an element with `wa-stack` to specify the gap between items: - `wa-gap-0` - `wa-gap-3xs`