From b6d033b6bceaf19d7695500adc9064d6213f5f53 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 3 May 2017 11:04:18 +0100 Subject: [PATCH] Use a more specific link --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 76fde754..b3d7bafb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -150,7 +150,7 @@ While React [can be used](/react/docs/react-without-es6.html) without a build pi >**Note:** > ->Once installed, we strongly recommend setting up a [production build process](/react/docs/optimizing-performance.html) to ensure you're using the fast version of React in production. +>Once installed, we strongly recommend setting up a [production build process](/react/docs/optimizing-performance.html#use-the-production-build) to ensure you're using the fast version of React in production. We recommend using [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/) for managing front-end dependencies. If you're new to package managers, the [Yarn documentation](https://yarnpkg.com/en/docs/getting-started) is a good place to get started.