From 07926f067750e2bc02e814bfb4587dfad70f0d8b Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Fri, 25 Jan 2019 22:53:30 +0100 Subject: [PATCH] Update repo links for SignalR TS client in package.json after move (#4425) --- src/SignalR/clients/ts/signalr/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SignalR/clients/ts/signalr/package.json b/src/SignalR/clients/ts/signalr/package.json index e3bbe9d87e..f73bdfd448 100644 --- a/src/SignalR/clients/ts/signalr/package.json +++ b/src/SignalR/clients/ts/signalr/package.json @@ -23,14 +23,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/aspnet/SignalR.git" + "url": "git+https://github.com/aspnet/AspNetCore.git" }, "author": "Microsoft", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/aspnet/SignalR/issues" + "url": "https://github.com/aspnet/AspNetCore/issues" }, - "homepage": "https://github.com/aspnet/SignalR#readme", + "homepage": "https://github.com/aspnet/AspNetCore/tree/master/src/SignalR#readme", "files": [ "dist/**/*", "src/**/*"