Skip to content

Commit

Permalink
chore: update new docs links for react-dom (#26456)
Browse files Browse the repository at this point in the history
Update new documentation links in react-dom's readme.
> [react-dom](https://react.dev/reference/react-dom)
> [react-dom/client](https://react.dev/reference/react-dom/client)
> [react-dom/server](https://react.dev/reference/react-dom/server)
  • Loading branch information
leedom92 committed Mar 22, 2023
1 parent bd5e323 commit 56f7a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-dom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ function handleRequest(res) {

### `react-dom`

See https://reactjs.org/docs/react-dom.html
See https://react.dev/reference/react-dom

### `react-dom/client`

See https://reactjs.org/docs/react-dom-client.html
See https://react.dev/reference/react-dom/client

### `react-dom/server`

See https://reactjs.org/docs/react-dom-server.html
See https://react.dev/reference/react-dom/server

0 comments on commit 56f7a90

Please sign in to comment.