From c98549d6decfef03f1c623cfdead477d3c4c4e88 Mon Sep 17 00:00:00 2001 From: Kirill Cherkashin Date: Fri, 2 Jan 2026 12:53:41 -0500 Subject: [PATCH] docs(forms): update migration guide (#66111) PR Close #66111 --- adev/src/content/guide/forms/signals/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/forms/signals/migration.md b/adev/src/content/guide/forms/signals/migration.md index 9b5e089d93f..ab2d4d82c13 100644 --- a/adev/src/content/guide/forms/signals/migration.md +++ b/adev/src/content/guide/forms/signals/migration.md @@ -210,7 +210,7 @@ This is coming soon. ## Automatic status classes -Reactive/Template Forms automatically adds [class attributes](https://angular.dev/guide/forms/template-driven-forms#track-control-states) (such as `.ng-valid` or `.ng-dirty`) to facilitate styling control states. Signal Forms does not do that. +Reactive/Template Forms automatically adds [class attributes](/guide/forms/template-driven-forms#track-control-states) (such as `.ng-valid` or `.ng-dirty`) to facilitate styling control states. Signal Forms does not do that. If you want to preserve this behavior, you can provide the `NG_STATUS_CLASSES` preset: