Skip to content

Commit 8a24480

Browse files
Fix broken aria roles link in React style guide README
1 parent dfc9da7 commit 8a24480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ This style guide is mostly based on the standards that are currently prevalent i
307307
<img src="hello.jpg" alt="Me waving hello" />
308308
```
309309

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

312312
```jsx
313313
// bad - not an ARIA role

0 commit comments

Comments
 (0)