diff --git a/docs/components/dropdown.md b/docs/components/dropdown.md index 194d721d..9d723aa1 100644 --- a/docs/components/dropdown.md +++ b/docs/components/dropdown.md @@ -64,7 +64,7 @@ const App = () => ( ### Getting the Selected Item -When dropdowns are used with [menus](/components/menu), you can listen for the `sl-select` event to determine which menu item was selected. The menu item element will be exposed in `event.detail.item`. You can set `value` props to make it easier to identify commands. +When dropdowns are used with [menus](/components/menu), you can listen for the [`sl-select`](/components/menu#events) event to determine which menu item was selected. The menu item element will be exposed in `event.detail.item`. You can set `value` props to make it easier to identify commands. ```html preview