diff --git a/docs/hello-world.md b/docs/hello-world.md index 08bdf373..ac0b44de 100644 --- a/docs/hello-world.md +++ b/docs/hello-world.md @@ -9,7 +9,7 @@ redirect_from: - "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: