Skip to content

Commit 6523c2c

Browse files
committed
Fix broken links
1 parent 9deda00 commit 6523c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/render-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: docs/render-props.html
99
> These docs are old and won't be updated. Go to [react.dev](https://react.dev/) for the new React docs.
1010
>
1111
> Render props are used in modern React, but aren't very common.
12-
> For many cases, they have been replaced by [custom Hooks](/learn/reusing-logic-with-custom-hooks).
12+
> For many cases, they have been replaced by [custom Hooks](https://react.dev/learn/reusing-logic-with-custom-hooks).
1313
1414
</div>
1515

content/docs/rendering-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ next: components-and-props.html
1616
> These new documentation pages teach how to write JSX and show it on an HTML page:
1717
>
1818
> - [Writing Markup with JSX](https://react.dev/learn/writing-markup-with-jsx)
19-
> - [Add React to an Existing Project](/learn/add-react-to-an-existing-project#step-2-render-react-components-anywhere-on-the-page)
19+
> - [Add React to an Existing Project](https://react.dev/learn/add-react-to-an-existing-project#step-2-render-react-components-anywhere-on-the-page)
2020
2121
</div>
2222

0 commit comments

Comments
 (0)