From c25358b4f02a2b6549f5d601fef30885e4430ae3 Mon Sep 17 00:00:00 2001 From: mhartington Date: Thu, 2 Aug 2018 11:24:38 -0400 Subject: [PATCH] docs(): update links to docs --- core/src/components/action-sheet-controller/readme.md | 2 +- core/src/components/alert-controller/readme.md | 2 +- core/src/components/loading-controller/readme.md | 2 +- core/src/components/modal-controller/readme.md | 2 +- core/src/components/popover-controller/readme.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/src/components/action-sheet-controller/readme.md b/core/src/components/action-sheet-controller/readme.md index b76922c43e..436f8d9f27 100644 --- a/core/src/components/action-sheet-controller/readme.md +++ b/core/src/components/action-sheet-controller/readme.md @@ -1,6 +1,6 @@ # ion-action-sheet-controller -Action Sheet controllers programmatically control the action sheet component. Action Sheets can be created and dismissed from the action sheet controller. View the [Action Sheet](../../action-sheet/ActionSheet) documentation for a full list of options to pass upon creation. +Action Sheet controllers programmatically control the action sheet component. Action Sheets can be created and dismissed from the action sheet controller. View the [Action Sheet](../action-sheet) documentation for a full list of options to pass upon creation. diff --git a/core/src/components/alert-controller/readme.md b/core/src/components/alert-controller/readme.md index deb5ee3347..c6135efa6a 100644 --- a/core/src/components/alert-controller/readme.md +++ b/core/src/components/alert-controller/readme.md @@ -1,6 +1,6 @@ # ion-alert-controller -Alert controllers programmatically control the alert component. Alerts can be created and dismissed from the alert controller. View the [Alert](../../alert/Alert) documentation for a full list of options to pass upon creation. +Alert controllers programmatically control the alert component. Alerts can be created and dismissed from the alert controller. View the [Alert](../alert) documentation for a full list of options to pass upon creation. ```javascript diff --git a/core/src/components/loading-controller/readme.md b/core/src/components/loading-controller/readme.md index 2e04719c1c..11fea0e931 100644 --- a/core/src/components/loading-controller/readme.md +++ b/core/src/components/loading-controller/readme.md @@ -1,6 +1,6 @@ # ion-loading-controller -Loading controllers programmatically control the loading component. Loadings can be created and dismissed from the loading controller. View the [Loading](../../loading/Loading) documentation for a full list of options to pass upon creation. +Loading controllers programmatically control the loading component. Loadings can be created and dismissed from the loading controller. View the [Loading](../loading) documentation for a full list of options to pass upon creation. diff --git a/core/src/components/modal-controller/readme.md b/core/src/components/modal-controller/readme.md index 428c4a9736..52fc4cf869 100644 --- a/core/src/components/modal-controller/readme.md +++ b/core/src/components/modal-controller/readme.md @@ -1,6 +1,6 @@ # ion-modal-controller -Modal controllers programmatically control the modal component. Modals can be created and dismissed from the modal controller. View the [Modal](../../modal/Modal) documentation for a full list of options to pass upon creation. +Modal controllers programmatically control the modal component. Modals can be created and dismissed from the modal controller. View the [Modal](../modal) documentation for a full list of options to pass upon creation. diff --git a/core/src/components/popover-controller/readme.md b/core/src/components/popover-controller/readme.md index 9207fd0782..28ab8ceb78 100644 --- a/core/src/components/popover-controller/readme.md +++ b/core/src/components/popover-controller/readme.md @@ -1,6 +1,6 @@ # ion-popover-controller -Popover controllers programmatically control the popover component. Popovers can be created and dismissed from the popover controller. View the [Popover](../../popover/Popover) documentation for a full list of options to pass upon creation. +Popover controllers programmatically control the popover component. Popovers can be created and dismissed from the popover controller. View the [Popover](../popover) documentation for a full list of options to pass upon creation.