Skip to content

Commit 84b14e0

Browse files
authored
Fix links in has-accessibility-props rule docs (#140)
1 parent b4e8f5b commit 84b14e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/rules/has-accessibility-props.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Touchable components are one of:
1515

1616
### References
1717

18-
1. https://facebook.github.io/react-native/docs/accessibility.html#accessibilityrole-ios-android
19-
2. https://facebook.github.io/react-native/docs/accessibility.html#accessibilitytraits-ios
20-
3. https://facebook.github.io/react-native/docs/accessibility.html#accessibilitycomponenttype-android
18+
1. https://reactnative.dev/docs/accessibility#accessibilityrole
19+
2. https://reactnative.dev/blog/2018/08/13/react-native-accessibility-updates
2120

2221
## Rule details
2322

0 commit comments

Comments
 (0)