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