Browse Source

Fixed broken URL (#750)

main
Cristian Garabagiu 7 years ago
committed by Dan Abramov
parent
commit
82a402168d
  1. 2
      content/docs/components-and-props.md

2
content/docs/components-and-props.md

@ -89,7 +89,7 @@ Let's recap what happens in this example:
>
>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.
>
>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)
>You can read more about the reasoning behind this convention [here.](/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized)
## Composing Components

Loading…
Cancel
Save