From f498547408edac3c2ef6338ee6d1bf99116ae8ee Mon Sep 17 00:00:00 2001 From: Toshiharu Nishina Date: Tue, 3 Oct 2017 12:30:44 +0900 Subject: [PATCH] Fix package management link in README (#3227) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b6bade3a0..6009e8a6d88 100644 --- a/README.md +++ b/README.md @@ -255,4 +255,4 @@ Notable alternatives also include: * [gluestick](https://github.com/TrueCar/gluestick) You can also use module bundlers like [webpack](http://webpack.js.org) and [Browserify](http://browserify.org/) directly.
-React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic. +React documentation includes [a walkthrough](https://reactjs.org/docs/installation.html#development-and-production-versions) on this topic.