Skip to content

Commit 82a4021

Browse files
cristigargaearon
authored andcommitted
Fixed broken URL (#750)
1 parent c1c9714 commit 82a4021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/components-and-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Let's recap what happens in this example:
8989
>
9090
>React treats components starting with lowercase letters as DOM tags. For example, `<div />` represents an HTML div tag, but `<Welcome />` represents a component and requires `Welcome` to be in scope.
9191
>
92-
>You can read more about the reasoning behind this convention [here.](https://reactjs.org/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized)
92+
>You can read more about the reasoning behind this convention [here.](/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized)
9393
9494
## Composing Components
9595

0 commit comments

Comments
 (0)