Skip to content

Commit 360e116

Browse files
committed
Update package repository URL
1 parent 082a193 commit 360e116

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1414
<Build>0</Build>
1515
<Revision>0</Revision>
1616
<DevBuild>true</DevBuild>
17-
<DevNuGetServer>http://reactjs.net/dev/packages/</DevNuGetServer>
17+
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
1818
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
1919
<SolutionFile>src\React.sln</SolutionFile>
2020
<PackageOutputDir>output</PackageOutputDir>

site/jekyll/getting-started/download.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Release Versions
88
The best way to install ReactJS.NET is via NuGet. There are several NuGet
99
packages 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
------------------
3131
Development builds are automatically built after every change. Use these if you
3232
want 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
3434
package source in Visual Studio:
3535

3636
1. Click Tools &rarr; NuGet Package Manager &rarr; Package Manager Settings
3737
2. Click Package Sources
3838
3. Click the plus icon, enter name as "ReactJS.NET Dev" and URL as
39-
http://reactjs.net/dev/packages/
39+
http://reactjs.net/packages/
4040
4. 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

Comments
 (0)