Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 195050c

Browse files
author
nishina555
committed
fix react tutorial link
1 parent ec8d845 commit 195050c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# React Tutorial
44

5-
This is the React comment box example from [the React tutorial](http://facebook.github.io/react/docs/tutorial.html).
5+
This is the React comment box example from [the React tutorial](https://reactjs.org/tutorial/tutorial.html).
66

77
## To use
88

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [ "react", "reactjs", "tutorial" ],
55
"repository": "https://github.com/reactjs/react-tutorial",
66
"logo": "https://facebook.github.io/react/img/logo.svg",
7-
"website": "http://facebook.github.io/react/docs/tutorial.html",
7+
"website": "https://reactjs.org/tutorial/tutorial.html",
88
"success_url": "/",
99
"env" : {
1010
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs.git"

0 commit comments

Comments
 (0)