diff --git a/src/JSInterop/Microsoft.JSInterop.JS/src/package.json b/src/JSInterop/Microsoft.JSInterop.JS/src/package.json index b73521f14f..40db20ee63 100644 --- a/src/JSInterop/Microsoft.JSInterop.JS/src/package.json +++ b/src/JSInterop/Microsoft.JSInterop.JS/src/package.json @@ -18,9 +18,9 @@ "author": "Microsoft", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/dotnet/extensions/issues" + "url": "https://github.com/dotnet/aspnetcore/issues" }, - "homepage": "https://github.com/dotnet/extensions/tree/master/src/JSInterop#readme", + "homepage": "https://github.com/dotnet/aspnetcore/tree/master/src/JSInterop", "files": [ "dist/**" ],