Skip to content

Commit 6788666

Browse files
authored
Make link text for toolchain setup clearer
Fixes reactjs#2437.
1 parent 1e4023e commit 6788666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can [add React to an HTML page in one minute](/docs/add-react-to-a-website.h
4848

4949
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!
5050

51-
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.
51+
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)
5252

5353
## Learn React {#learn-react}
5454

0 commit comments

Comments
 (0)