From 8c41bec8d5cc3ecbfeeb008f90a46ac732d340e0 Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Tue, 24 Sep 2019 12:22:33 -0700 Subject: [PATCH] Added link for YouTube version (#14543) Added additional resource section and link to youtube version. Fixes #13467 --- aspnetcore/tutorials/signalr.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/signalr.md b/aspnetcore/tutorials/signalr.md index a3ffd56350..a55068435f 100644 --- a/aspnetcore/tutorials/signalr.md +++ b/aspnetcore/tutorials/signalr.md @@ -4,7 +4,7 @@ author: bradygaster description: In this tutorial, you create a chat app that uses ASP.NET Core SignalR. ms.author: bradyg ms.custom: mvc -ms.date: 07/08/2019 +ms.date: 09/24/2019 uid: tutorials/signalr # Customer intent: As a developer, I want to get a quick proof-of-concept app running, so I can get a practical introduction to ASP.NET Core SignalR. @@ -482,6 +482,10 @@ The SignalR server must be configured to pass SignalR requests to SignalR. > If the app doesn't work, open your browser developer tools (F12) and go to the console. You might see errors related to your HTML and JavaScript code. For example, suppose you put *signalr.js* in a different folder than directed. In that case the reference to that file won't work and you'll see a 404 error in the console. > ![signalr.js not found error](signalr/_static/2.x/f12-console.png) +## Additional resources + +* [Youtube version of this tutorial](https://www.youtube.com/watch?v=iKlVmu-r0JQ) + ## Next steps In this tutorial, you learned how to: