diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index bf5cbfecb2..4bd7e18437 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -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