From 195050c1b8e65fc950c3c6440b9e233d96babefb Mon Sep 17 00:00:00 2001 From: nishina555 Date: Mon, 2 Oct 2017 01:37:07 +0900 Subject: [PATCH] fix react tutorial link --- README.md | 2 +- app.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4862f5df..90699bc4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # React Tutorial -This is the React comment box example from [the React tutorial](http://facebook.github.io/react/docs/tutorial.html). +This is the React comment box example from [the React tutorial](https://reactjs.org/tutorial/tutorial.html). ## To use diff --git a/app.json b/app.json index aa3e6afd..71a6f6c3 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "keywords": [ "react", "reactjs", "tutorial" ], "repository": "https://github.com/reactjs/react-tutorial", "logo": "https://facebook.github.io/react/img/logo.svg", - "website": "http://facebook.github.io/react/docs/tutorial.html", + "website": "https://reactjs.org/tutorial/tutorial.html", "success_url": "/", "env" : { "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs.git"