Fix relative link in Hello World (#8041)

* Fix relative link in Hello World

This links https://facebook.github.io/docs/installation.html which redirects to https://code.facebook.com/

* Update hello-world.md

* Fix link
This commit is contained in:
Sebastian Markbåge 2016-10-22 16:56:53 -04:00 committed by Dan Abramov
parent 38c22252f4
commit 57f07777ef
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ redirect_from:
- "docs/getting-started.html" - "docs/getting-started.html"
--- ---
The easiest way to get started with React is to use [this Hello World example code on CodePen](http://codepen.io/gaearon/pen/ZpvBNJ?editors=0010). You don't need to install anything; you can just open it in another tab and follow along as we go through examples. If you'd rather use a local development environment, check out the [Installation](/docs/installation.html) page. The easiest way to get started with React is to use [this Hello World example code on CodePen](http://codepen.io/gaearon/pen/ZpvBNJ?editors=0010). You don't need to install anything; you can just open it in another tab and follow along as we go through examples. If you'd rather use a local development environment, check out the [Installation](/react/docs/installation.html) page.
The smallest React example looks like this: The smallest React example looks like this: