From da09e647116390e24cd52b99e876fe30e7d4297f Mon Sep 17 00:00:00 2001 From: Luciano Jr Date: Thu, 5 Oct 2017 16:38:28 +0100 Subject: [PATCH] Update README.md Fixed the broken tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b5ffc..7c188cb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Additionally, there are a few topics that are often mentioned in the React commu It’s a common misconception that you need to waste a lot of time setting up tooling to start to learn React. In the official documentation you’ll find a [copy-paste HTML template](https://facebook.github.io/react/docs/getting-started.html#quick-start-without-npm) that you can save in an `.html` file and get started right away. **No tooling is required for this step, and don’t start learning extra tooling until you’re comfortable with React basics.** -I still think the easiest way to learn React is [the official tutorial](https://facebook.github.io/react/docs/tutorial.html). +I still think the easiest way to learn React is [the official tutorial](https://reactjs.org/tutorial/tutorial.html). ## Learning `npm`