@@ -8,9 +8,9 @@ Release Versions
88The best way to install ReactJS.NET is via NuGet. There are several NuGet
99packages available:
1010
11- * [ React] ( # ) - The core React library. Contains the main functionality of React
12- and JSX. You will normally use this through an integration library like
13- React.Mvc4.
11+ * [ React.Core ] ( # ) - The core React library. Contains the main functionality of
12+ React and JSX. You will normally use this through an integration library
13+ like React.Mvc4.
1414 * [ React.Mvc4] ( # ) - Integration with ASP.NET MVC 4 and 5
1515 * [ React.Mvc3] ( # ) - Integration with ASP.NET MVC 3
1616 * [ System.Web.Optimization.React] ( # ) - Integration with
@@ -30,13 +30,13 @@ Development Builds
3030------------------
3131Development builds are automatically built after every change. Use these if you
3232want the very latest bleeding-edge version. These are located on a [ custom
33- package server] ( http://reactjs.net/dev/ packages/ ) so you need to add this as a
33+ package server] ( http://reactjs.net/packages/ ) so you need to add this as a
3434package source in Visual Studio:
3535
36361 . Click Tools &rarr ; NuGet Package Manager &rarr ; Package Manager Settings
37372 . Click Package Sources
38383 . Click the plus icon, enter name as "ReactJS.NET Dev" and URL as
39- http://reactjs.net/dev/ packages/
39+ http://reactjs.net/packages/
40404 . When adding the packages to your application, manually select "ReactJS.NET
4141 Dev" as the package source, and ensure "Include Prerelease" is enabled.
4242
0 commit comments