Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit d0ab5f8

Browse files
wKozaFoxandxss
authored andcommitted
docs(reactive-forms): fix broken link API (#3224)
1 parent b3f8add commit d0ab5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/reactive-forms.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ a#essentials
250250
### Essential form classes
251251
It may be helpful to read a brief description of the core form classes.
252252

253-
* [_AbstractControl_](../api/forms/index/AbstractControl-class.html-class.html "API Reference: AbstractControl")
253+
* [_AbstractControl_](../api/forms/index/AbstractControl-class.html "API Reference: AbstractControl")
254254
is the abstract base class for the three concrete form control classes:
255255
`FormControl`, `FormGroup`, and `FormArray`.
256256
It provides their common behaviors and properties, some of which are _observable_.

0 commit comments

Comments
 (0)