From a0651b56be97d2f5531b29960fdd5a874e2e4ba9 Mon Sep 17 00:00:00 2001 From: GZolla <43836485+GZolla@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:58:08 -0700 Subject: [PATCH] fix: Fix form url --- components/alert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/alert/README.md b/components/alert/README.md index 88c1f725442..9d97af0f2ee 100644 --- a/components/alert/README.md +++ b/components/alert/README.md @@ -58,7 +58,7 @@ Use an inline alert if there is important information a user needs to know while * Don't display more than one paragraph of text * Avoid overusing them — the more commonly alerts appear, the less effective they will be * Don't use them for promotional material or information that is not relevant to the user’s workflow -* Don’t use them for validation errors – instead, use the [Form](../../components/form) component for a consistent user experience +* Don’t use them for validation errors – instead, use the [Form](../../components/form-layout-validation/#d2l-form) component for a consistent user experience