From 9ba9275d28cc9de7d20fbd1e9280595eba29dc4f Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Wed, 30 Jan 2019 11:21:09 -0500 Subject: [PATCH] docs(): update incorrect links --- core/src/components/select/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/select/readme.md b/core/src/components/select/readme.md index 4e9fa6fcae..ec80faa500 100644 --- a/core/src/components/select/readme.md +++ b/core/src/components/select/readme.md @@ -9,7 +9,7 @@ If `value` is set on the ``, the selected option will be chosen base ## Interfaces -By default, select uses the [AlertController API](../alert) to open up the overlay of options in an alert. The interface can be changed to use the [ActionSheetController API](../action-sheet) or [PopoverController API](../popover) by passing `action-sheet` or `popover`, respectively, to the `interface` property. Read on to the other sections for the limitations of the different interfaces. +By default, select uses the [AlertController API](../alert-controller) to open up the overlay of options in an alert. The interface can be changed to use the [ActionSheetController API](../action-sheet-controller) or [PopoverController API](../popover-controller) by passing `action-sheet` or `popover`, respectively, to the `interface` property. Read on to the other sections for the limitations of the different interfaces. ## Single Selection @@ -33,7 +33,7 @@ The `action-sheet` and `popover` interfaces do not have an `OK` button, clicking ## Interface Options -Since select uses the alert, action sheet and popover interfaces, options can be passed to these components through the `interfaceOptions` property. This can be used to pass a custom header, subheader, css class, and more. See the [AlertController API docs](../alert), [ActionSheetController API docs](../action-sheet), and [PopoverController API docs](../popover) for the properties that each interface accepts. +Since select uses the alert, action sheet and popover interfaces, options can be passed to these components through the `interfaceOptions` property. This can be used to pass a custom header, subheader, css class, and more. See the [AlertController API docs](../alert-controller), [ActionSheetController API docs](../action-sheet-controller), and [PopoverController API docs](../popover-controller) for the properties that each interface accepts.