Skip to content

Commit 80b72de

Browse files
authored
fix: fixes broken docs link. (#12157)
1 parent 5d9af44 commit 80b72de

File tree

1 file changed

+1
-1
lines changed
  • packages/react-core/src/components/Drawer/examples

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Drawer/examples/Drawer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ import accessibility from '@patternfly/react-styles/css/utilities/Accessibility/
135135

136136
### With focus trap
137137

138-
When a [focus trap](/accessibility/product-development-guide#trapping-focus) is enabled on an element, a user will only be able to interact with the contents of that element until the focus trap is closed or deactivated.
138+
When a [focus trap](/accessibility/develop#trapping-focus) is enabled on an element, a user will only be able to interact with the contents of that element until the focus trap is closed or deactivated.
139139

140140
To enable and customize a focus trap on a drawer panel, apply the `focusTrap` property to the `<DrawerPanelContent>` component. Enabling a focus trap with `focusTrap.enabled` will also automatically place focus on the first focusable element when the drawer panel expands, and return focus to the previously focused element when it collapses.
141141

0 commit comments

Comments
 (0)