From b4f45f4ff1619724bf3492e44f9462d9a023c9c0 Mon Sep 17 00:00:00 2001 From: "Bryce A. Glass" Date: Thu, 18 Sep 2025 08:50:37 -0400 Subject: [PATCH] Update align-items.md (#1467) Fixed some internal links from `/docs/layout/` to `docs/utilities/` --- packages/webawesome/docs/docs/utilities/align-items.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webawesome/docs/docs/utilities/align-items.md b/packages/webawesome/docs/docs/utilities/align-items.md index 07ce72c73..d123ce14a 100644 --- a/packages/webawesome/docs/docs/utilities/align-items.md +++ b/packages/webawesome/docs/docs/utilities/align-items.md @@ -20,7 +20,7 @@ tags: layoutUtilities } -Web Awesome includes classes to set the `align-items` property of flex and grid containers. They can be used alongside other Web Awesome layout utilities, like [cluster](/docs/layout/cluster) and [stack](/docs/layout/stack), to align children in container on the container's cross axis. +Web Awesome includes classes to set the `align-items` property of flex and grid containers. They can be used alongside other Web Awesome layout utilities, like [cluster](/docs/utilities/cluster) and [stack](/docs/utilities/stack), to align children in container on the container's cross axis. | Class Name | `align-items` Value | Preview | | ------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |