From 38a865f7b5b25bbdedd51f2d0f6d8e45378e07e3 Mon Sep 17 00:00:00 2001 From: Santosh Venkatraman Date: Wed, 6 Dec 2017 12:53:25 +0530 Subject: [PATCH] Update React tutorial link (#3141) 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). --- docs/docs/building-with-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?