We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3487b commit 7761babCopy full SHA for 7761bab
README.md
@@ -15,7 +15,7 @@ HTML to React parser that works on both the server (Node.js) and the client (bro
15
HTMLReactParser(string[, options])
16
```
17
18
-The parser converts an HTML string to one or more [React elements](https://reactjs.org/docs/react-api.html#creating-react-elements).
+The parser converts an HTML string to one or more [React elements](https://react.dev/reference/react/createElement).
19
20
To replace an element with another element, check out the [`replace`](#replace) option.
21
0 commit comments