From 656aee08873c02f5473c76ac421788f373bffcc1 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 1 Nov 2018 05:31:34 -1000 Subject: [PATCH] Add link to Integrated Terminal directions (#9368) --- aspnetcore/tutorials/signalr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/signalr.md b/aspnetcore/tutorials/signalr.md index cad994b881..72d25420eb 100644 --- a/aspnetcore/tutorials/signalr.md +++ b/aspnetcore/tutorials/signalr.md @@ -68,7 +68,7 @@ At the end, you'll have a working chat app: * Open a folder that you can use for a new project. -* In the **Integrated Terminal**, run the following command: +* In the [Integrated Terminal](https://code.visualstudio.com/docs/editor/integrated-terminal), run the following command: ```console dotnet new webapp -o SignalRChat