From d008a06f795ac2a050b27693e0f40d9897457145 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 15 Nov 2017 14:03:28 -0600 Subject: [PATCH] Fix bookmark (#4798) --- aspnetcore/tutorials/first-mvc-app-mac/start-mvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-mvc-app-mac/start-mvc.md b/aspnetcore/tutorials/first-mvc-app-mac/start-mvc.md index f9e2873bc4..b590f934b0 100644 --- a/aspnetcore/tutorials/first-mvc-app-mac/start-mvc.md +++ b/aspnetcore/tutorials/first-mvc-app-mac/start-mvc.md @@ -50,7 +50,7 @@ Name the project **MvcMovie**, and then select **Create**. ### Launch the app -In Visual Studio, select **Run > Start Without Debugging** to launch the app. Visual Studio starts [Kestrel](xref:fundamentals/servers/index#Kestrel), launches a browser, and navigates to `http://localhost:port`, where *port* is a randomly chosen port number. +In Visual Studio, select **Run > Start Without Debugging** to launch the app. Visual Studio starts [Kestrel](xref:fundamentals/servers/index#kestrel), launches a browser, and navigates to `http://localhost:port`, where *port* is a randomly chosen port number. ![Browser with new project](start-mvc/b1.png)