From a132261ac31dd2692b9fc17be269af756059547f Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Fri, 29 Jun 2018 15:43:17 -0500 Subject: [PATCH] Add new SignalR tutorial link to Tutorials landing page --- aspnetcore/tutorials/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/tutorials/index.md b/aspnetcore/tutorials/index.md index 482e6cb081..3ad608526b 100644 --- a/aspnetcore/tutorials/index.md +++ b/aspnetcore/tutorials/index.md @@ -22,6 +22,7 @@ The following step-by-step guides for developing ASP.NET Core applications are a * [Razor Pages with VS Code](xref:tutorials/razor-pages-vsc/index) * [Create a real-time SignalR web app](xref:tutorials/signalr) +* [Create a SignalR web app with TypeScript](xref:tutorials/signalr-typescript-webpack) * Create an ASP.NET Core MVC web app