From 5dfd480fe27c0cffe5f9609600af00a6bc941e5a Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sun, 12 Nov 2017 20:26:49 +0000 Subject: [PATCH] Try to work around #280 by using Markdown for link --- content/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/installation.md b/content/docs/installation.md index 2a5a37303..77844cfd2 100644 --- a/content/docs/installation.md +++ b/content/docs/installation.md @@ -24,7 +24,7 @@ Here are a couple of ways to get started: If you're just interested in playing around with React, you can use CodePen. Try starting from [this Hello World example code](http://codepen.io/gaearon/pen/rrpgNB?editors=0010). You don't need to install anything; you can just modify the code and see if it works. -If you prefer to use your own text editor, you can also download this HTML file, edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so don't use it in production. +If you prefer to use your own text editor, you can also [download this HTML file](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html), edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so don't use it in production. If you want to use it for a full application, there are two popular ways to get started with React: using Create React App, or adding it to an existing application.