From 57f07777ef6572099e716d02c1902dea46091ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Markb=C3=A5ge?= Date: Sat, 22 Oct 2016 16:56:53 -0400 Subject: [PATCH] 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 --- docs/docs/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/hello-world.md b/docs/docs/hello-world.md index 08bdf3739d..ac0b44de0a 100644 --- a/docs/docs/hello-world.md +++ b/docs/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: