From eb65de1d8bc9ba3db5e58cc627e36c8696ca4c82 Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Thu, 16 Feb 2017 16:06:59 +0200 Subject: [PATCH] docs(reactive-forms): fix broken links (#3256) fixed #3255 --- public/docs/ts/latest/guide/reactive-forms.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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