Skip to content

Commit f711a37

Browse files
committed
Update links to latest React docs
1 parent a37751e commit f711a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Individual nodes within the `nodes` property can have the following structure:
193193
| `showCheckbox` | bool | Whether the node should show a checkbox. | `true` |
194194
| `title` | string | A custom `title` attribute for the node. | `null` |
195195

196-
[docs-controlled]: https://facebook.github.io/react/docs/forms.html#controlled-components
197-
[docs-state-hooks]: https://reactjs.org/docs/hooks-state.html
196+
[docs-controlled]: https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components
197+
[docs-state-hooks]: https://react.dev/reference/react/useState
198198
[font-awesome]: https://fontawesome.com
199199
[react-fontawesome]: https://github.com/FortAwesome/react-fontawesome

0 commit comments

Comments
 (0)