From 9be54ff11d62803c3b342935fd3a52b439c21142 Mon Sep 17 00:00:00 2001 From: Markus Wagner Date: Wed, 28 Sep 2016 09:29:13 +0200 Subject: [PATCH] docs(general): fix links in changelog Links fixed --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e96f9f57403..6b1f707e6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,11 +66,8 @@ now allows you to pass options for either the alert or action-sheet interface. Refer to their documentation for the options each of them accept. - -http://ionicframework.com/docs/v2/api/components/action-sheet/ActionShee -tController/#create -http://ionicframework.com/docs/v2/api/components/alert/AlertController/# -create +http://ionicframework.com/docs/v2/api/components/action-sheet/ActionSheetController/#create +http://ionicframework.com/docs/v2/api/components/alert/AlertController/#create * colors: Colors should be passed in the `color` input on components, not added individually as an attribute on the component.