From c727419350bf562e2112fba8be5c153fcd6a3922 Mon Sep 17 00:00:00 2001 From: Yohann CINTRE Date: Fri, 20 Nov 2020 18:20:07 +0100 Subject: [PATCH] docs(select): fix broken link to select-option (#22539) --- core/src/components/select/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/select/readme.md b/core/src/components/select/readme.md index d1888ff1dd..43e951e859 100644 --- a/core/src/components/select/readme.md +++ b/core/src/components/select/readme.md @@ -118,7 +118,7 @@ Customizing the interface dialog should be done by following the Customization s - [Action Sheet Customization](../action-sheet#customization) - [Popover Customization](../popover#customization) -However, the Select Option does set a class for easier styling and allows for the ability to pass a class to the overlay option, see the [Select Options documentation](./select-option) for usage examples of customizing options. +However, the Select Option does set a class for easier styling and allows for the ability to pass a class to the overlay option, see the [Select Options documentation](../select-option) for usage examples of customizing options.