diff --git a/ionic/components/radio/radio-button.ts b/ionic/components/radio/radio-button.ts index 0053381f1d..abf1659e1f 100644 --- a/ionic/components/radio/radio-button.ts +++ b/ionic/components/radio/radio-button.ts @@ -14,7 +14,7 @@ import {RadioGroup} from './radio-group'; * and there must be at least two `` components within * the radio group. * - * See the [Angular 2 Docs](https://angular.io/docs/js/latest/api/forms/) for + * See the [Angular 2 Docs](https://angular.io/docs/ts/latest/guide/forms.html) for * more info on forms and input. * * @usage diff --git a/ionic/components/radio/radio-group.ts b/ionic/components/radio/radio-group.ts index bb47363a84..230fb521ac 100644 --- a/ionic/components/radio/radio-group.ts +++ b/ionic/components/radio/radio-group.ts @@ -13,7 +13,7 @@ import {isDefined} from '../../util/util'; * from the selected radio button's value. Selecting a radio button * in the group unselects all others in the group. * - * See the [Angular 2 Docs](https://angular.io/docs/js/latest/api/forms/) for more info on forms and input. + * See the [Angular 2 Docs](https://angular.io/docs/ts/latest/guide/forms.html) for more info on forms and input. * * @usage * ```html