From 496f37cc5641c68bd0846eb024138ce1aa7449f1 Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Mon, 28 Jan 2019 09:00:40 -0600 Subject: [PATCH] docs(alert): correct alert-controller link path (#17294) references ionic-team/ionic-docs#254 --- core/src/components/alert/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/alert/readme.md b/core/src/components/alert/readme.md index 83da1c6b48..e3dd4d4a8a 100644 --- a/core/src/components/alert/readme.md +++ b/core/src/components/alert/readme.md @@ -5,7 +5,7 @@ An Alert is a dialog that presents users with information or collects informatio ### Creating -Alerts can be created using a [Alert Controller](../../alert-controller/AlertController). They can be customized by passing alert options in the alert controller's create method. +Alerts can be created using an [Alert Controller](../alert-controller). They can be customized by passing alert options in the alert controller's create method. ### Buttons