From 6788666b0d7057b1c72f893f5f04dce1405aa683 Mon Sep 17 00:00:00 2001 From: Sophie Alpert Date: Wed, 1 Jan 2020 08:53:11 -0800 Subject: [PATCH] Make link text for toolchain setup clearer Fixes #2437. --- content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 27eb2602..31b6382b 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -48,7 +48,7 @@ You can [add React to an HTML page in one minute](/docs/add-react-to-a-website.h When starting a React project, a [simple HTML page with script tags](/docs/add-react-to-a-website.html) might still be the best option. It only takes a minute to set up! -As your application grows, you might want to consider a more integrated setup. There are [several JavaScript toolchains](/docs/create-a-new-react-app.html) we recommend for larger applications. Each of them can work with little to no configuration and lets you take full advantage of the rich React ecosystem. +As your application grows, you might want to consider a more integrated setup. There are several JavaScript toolchains we recommend for larger applications. Each of them can work with little to no configuration and lets you take full advantage of the rich React ecosystem. [Learn how.](/docs/create-a-new-react-app.html) ## Learn React {#learn-react}