diff --git a/docs/docs/building-with-components.md b/docs/docs/building-with-components.md index ab2df1cab6ef2..73375319cad74 100644 --- a/docs/docs/building-with-components.md +++ b/docs/docs/building-with-components.md @@ -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?