Skip to content

Commit 810e715

Browse files
awaykenDaniel15
authored andcommitted
Update PackageLicenseUrl to point to LICENSE file (reactjs#613)
I think License info used to originally display in the README, and the former link would anchor down to it. This will take users to the correct place.
1 parent 9a53858 commit 810e715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React.Web.Mvc4/React.Web.Mvc4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageTags>asp.net;mvc;asp;jquery;javascript;js;react;facebook;reactjs;babel</PackageTags>
1717
<PackageIconUrl>http://reactjs.net/img/logo_64.png</PackageIconUrl>
1818
<PackageProjectUrl>http://reactjs.net/</PackageProjectUrl>
19-
<PackageLicenseUrl>https://github.com/reactjs/React.NET#licence</PackageLicenseUrl>
19+
<PackageLicenseUrl>https://github.com/reactjs/React.NET/blob/master/LICENSE</PackageLicenseUrl>
2020
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2121
</PropertyGroup>
2222

0 commit comments

Comments
 (0)