From dafa400230bbb1ffe7ea595728e2bc373fabe784 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 13 Feb 2016 00:21:56 -0600 Subject: [PATCH] docs(radio): update ng2 forms link --- ionic/components/radio/radio-button.ts | 2 +- ionic/components/radio/radio-group.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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