From d0ab5f8f0bc52d826a11a5364ac26d990d3791ae Mon Sep 17 00:00:00 2001 From: William KOZA Date: Mon, 13 Feb 2017 15:12:59 +0100 Subject: [PATCH] docs(reactive-forms): fix broken link API (#3224) --- public/docs/ts/latest/guide/reactive-forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index 8f003ad645..bf5cbfecb2 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -250,7 +250,7 @@ a#essentials ### Essential form classes It may be helpful to read a brief description of the core form classes. - * [_AbstractControl_](../api/forms/index/AbstractControl-class.html-class.html "API Reference: AbstractControl") + * [_AbstractControl_](../api/forms/index/AbstractControl-class.html "API Reference: AbstractControl") is the abstract base class for the three concrete form control classes: `FormControl`, `FormGroup`, and `FormArray`. It provides their common behaviors and properties, some of which are _observable_.