Skip to content

Commit

Permalink
Fix sample download link
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored Feb 5, 2019
1 parent 57fc8d9 commit e14036a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/signalr/background-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This article provides guidance for:
* Hosting SignalR Hubs using a background worker process hosted with ASP.NET Core.
* Sending messages to connected clients from within a .NET Core [BackgroundService](xref:Microsoft.Extensions.Hosting.BackgroundService).

[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/signalr/background-services/sample/) [(how to download)](xref:index#how-to-download-a-sample)
[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/signalr/background-service/sample/) [(how to download)](xref:index#how-to-download-a-sample)

## Wire up SignalR during startup

Expand Down

0 comments on commit e14036a

Please sign in to comment.