petehunt / react-howto

Your guide to the (sometimes overwhelming!) React ecosystem.
11.61k stars 770 forks source link

Broken link #90

Closed cjbassi closed 7 years ago

cjbassi commented 7 years ago

Under Learning React itself, the the official tutorial link redirects me to https://tutorial/tutorial.html for some reason, which doesn't work.

SpartaSixZero commented 7 years ago

@cjbassi That's correct, looks like it was pointing to an older page which was moved to this one.

https://reactjs.org/tutorial/tutorial.html

I created a pull request below to address this issue: https://github.com/petehunt/react-howto/pull/92

SpartaSixZero commented 7 years ago

Actually, just saw someone already addressed this here:

91

I'll close mine.

SpartaSixZero commented 7 years ago

I just checked today and looks like they corrected the url redirect to point to the correct url. So this issue can probably be closed.