Skip to content

Commit

Permalink
Update React tutorial link (#3141)
Browse files Browse the repository at this point in the history
The proposed changes replace the link - `https://facebook.github.io/react/tutorial/tutorial.html` (which is an old link) with `https://reactjs.org/tutorial/tutorial.html` (which is the updated the link).
  • Loading branch information
onstash authored and KyleAMathews committed Dec 6, 2017
1 parent 617af6d commit 38a865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/building-with-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Building with Components

To use Gatsby, you will need a basic understanding of React components.

The [official tutorial](https://facebook.github.io/react/tutorial/tutorial.html)
The [official tutorial](https://reactjs.org/tutorial/tutorial.html)
is a good place to start.

## Why React components?
Expand Down

0 comments on commit 38a865f

Please sign in to comment.