Skip to content

Commit 7761bab

Browse files
docs(readme): replace legacy React docs site link
Release-As: 5.2.3 https://react.dev/reference/react/createElement
1 parent 0f3487b commit 7761bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ HTML to React parser that works on both the server (Node.js) and the client (bro
1515
HTMLReactParser(string[, options])
1616
```
1717

18-
The parser converts an HTML string to one or more [React elements](https://reactjs.org/docs/react-api.html#creating-react-elements).
18+
The parser converts an HTML string to one or more [React elements](https://react.dev/reference/react/createElement).
1919

2020
To replace an element with another element, check out the [`replace`](#replace) option.
2121

0 commit comments

Comments
 (0)