Skip to content

Commit b55bca5

Browse files
authored
docs: fix outdated url (#26616)
1 parent 6641004 commit b55bca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cdk/a11y/a11y.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Each item must also have an ID bound to the listbox's or menu's `aria-activedesc
6060

6161
The `cdkTrapFocus` directive traps <kbd>Tab</kbd> key focus within an element. This is intended to
6262
be used to create accessible experience for components like
63-
[modal dialogs](https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal), where focus must be
63+
[modal dialogs](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/), where focus must be
6464
constrained.
6565

6666
This directive is declared in `A11yModule`.

src/cdk/a11y/focus-trap/focus-trap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `cdkTrapFocus` directive traps <kbd>Tab</kbd> key focus within an element. This is intended to
44
be used to create accessible experience for components like
5-
[modal dialogs](https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal), where focus must be
5+
[modal dialogs](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/), where focus must be
66
constrained.
77

88
This directive is declared in `A11yModule`.

0 commit comments

Comments
 (0)