From 6a877c5840f97fe1d972a8d465e00e4eb793ef60 Mon Sep 17 00:00:00 2001 From: Carl Walsh Date: Fri, 14 Dec 2018 07:25:22 -0800 Subject: [PATCH] Update GitHub link (aspnet/signalr is archived) (#10010) https://github.com/aspnet/signalr is archived aspnet/AspNetCore/src/SignalR is the new home of development, so link to that instead --- aspnetcore/signalr/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/signalr/introduction.md b/aspnetcore/signalr/introduction.md index 7c2ce50e37..5434848d44 100644 --- a/aspnetcore/signalr/introduction.md +++ b/aspnetcore/signalr/introduction.md @@ -30,7 +30,7 @@ Here are some features of SignalR for ASP.NET Core: * Sends messages to specific clients or groups of clients. * Scales to handle increasing traffic. -The source is hosted in a [SignalR repository on GitHub](https://github.com/aspnet/signalr). +The source is hosted in a [SignalR repository on GitHub](https://github.com/aspnet/AspNetCore/tree/master/src/SignalR). ## Transports