From 2805e654f6f5817508a7aa0d0159f7fe4ee95294 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 23 Aug 2016 20:47:47 -0400 Subject: [PATCH] docs(select): fix the links to alert and action sheet API docs --- src/components/select/select.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/select/select.ts b/src/components/select/select.ts index ab0b70aeb9..6446fd2e1f 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -29,10 +29,10 @@ export const SELECT_VALUE_ACCESSOR = new Provider( * * ### Interfaces * - * By default, the `ion-select` uses the {@link ../../alert/Alert Alert API} to - * open up the overlay of options in an alert. The interface can be changed to use the - * {@link ../../action-sheet/ActionSheet ActionSheet API} by passing `action-sheet` to - * the `interface` property. Read the other sections for the limitations of the + * By default, the `ion-select` uses the {@link ../../alert/AlertController AlertController API} + * to open up the overlay of options in an alert. The interface can be changed to use the + * {@link ../../action-sheet/ActionSheetController ActionSheetController API} by passing + * `action-sheet` to the `interface` property. Read the other sections for the limitations of the * action sheet interface. * * ### Single Value: Radio Buttons