docs(reactive-forms): fix broken links (#3256)

fixed #3255
This commit is contained in:
Shai Reznik 2017-02-16 16:06:59 +02:00 committed by Jesús Rodríguez
parent cdf9e3bc61
commit eb65de1d8b
1 changed files with 3 additions and 3 deletions

View File

@ -474,9 +474,9 @@ figure.image-display
specifiying the `FormControl` name with the `formControlName` directive.
See the API reference for more information about
[radio buttons](api/forms/index/RadioControlValueAccessor-directive.html "API: RadioControlValueAccessor"),
[selects](api/forms/index/SelectControlValueAccessor-directive.html "API: SelectControlValueAccessor"), and
[checkboxes](api/forms/index/CheckboxControlValueAccessor-directive.html "API: CheckboxControlValueAccessor").
[radio buttons](../api/forms/index/RadioControlValueAccessor-directive.html "API: RadioControlValueAccessor"),
[selects](../api/forms/index/SelectControlValueAccessor-directive.html "API: SelectControlValueAccessor"), and
[checkboxes](../api/forms/index/CheckboxControlValueAccessor-directive.html "API: CheckboxControlValueAccessor").
.l-main-section
a#grouping