From 93e9e1f9e1d7f469e9e4a7343f288f0cf9526534 Mon Sep 17 00:00:00 2001 From: Ivan Zub Date: Tue, 23 Jun 2020 01:42:21 +0200 Subject: [PATCH] Fix urls of @microsoft/dotnet-js-interop package (#23239) --- src/JSInterop/Microsoft.JSInterop.JS/src/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/**" ],