From e7da8c2b02ae454f377cfa8a854f669cbdde034c Mon Sep 17 00:00:00 2001 From: Dan Nisenson Date: Thu, 4 Jul 2024 14:55:05 +0200 Subject: [PATCH] docs: fix broken link (#56848) fix link @ /guide/forms/reactive-forms#reactive-forms-api-summary prev: /api/forms current: /api#forms PR Close #56848 --- adev/src/content/guide/forms/reactive-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/forms/reactive-forms.md b/adev/src/content/guide/forms/reactive-forms.md index 9989c99c519..dd830ffe3bd 100644 --- a/adev/src/content/guide/forms/reactive-forms.md +++ b/adev/src/content/guide/forms/reactive-forms.md @@ -395,7 +395,7 @@ Initially, the form contains one `Alias` field. To add another field, click the ## Reactive forms API summary The following table lists the base classes and services used to create and manage reactive form controls. -For complete syntax details, see the API reference documentation for the [Forms package](api/forms "API reference"). +For complete syntax details, see the API reference documentation for the [Forms package](api#forms "API reference"). ### Classes