Skip to content

Commit 7a6ef3e

Browse files
gabrielslachljharb
authored andcommitted
[react] [readme] Update ARIA roles link
1 parent 0f38f1c commit 7a6ef3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ This style guide is mostly based on the standards that are currently prevalent i
350350
<img src="hello.jpg" alt="Me waving hello" />
351351
```
352352

353-
- Use only valid, non-abstract [ARIA roles](https://www.w3.org/TR/wai-aria/#usage_intro). eslint: [`jsx-a11y/aria-role`](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-role.md)
353+
- Use only valid, non-abstract [ARIA roles](https://www.w3.org/TR/wai-aria/#usage). eslint: [`jsx-a11y/aria-role`](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-role.md)
354354

355355
```jsx
356356
// bad - not an ARIA role

0 commit comments

Comments
 (0)