From a4327c6bab998637bbcb47f864a86c8386753915 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Mon, 5 Oct 2015 15:52:28 -0500 Subject: [PATCH] docs(checkbox): update Angular Forms docs link --- ionic/components/checkbox/checkbox.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/checkbox/checkbox.ts b/ionic/components/checkbox/checkbox.ts index 69c63e7f1b..0945413620 100644 --- a/ionic/components/checkbox/checkbox.ts +++ b/ionic/components/checkbox/checkbox.ts @@ -16,7 +16,7 @@ import {IonicComponent, IonicView} from '../../config/decorators'; * @description * The checkbox is no different than the HTML checkbox input, except it's styled differently * - * 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/js/latest/api/core/Form-interface.html) for more info on forms and input. * * @usage * ```html