From 58ae30e98592e893e85a7c955c3b295465664935 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Mon, 14 Nov 2016 16:58:47 -1000 Subject: [PATCH] clean up --- aspnetcore/getting-started.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/aspnetcore/getting-started.md b/aspnetcore/getting-started.md index 1cdb1d44f0..c72a914f31 100644 --- a/aspnetcore/getting-started.md +++ b/aspnetcore/getting-started.md @@ -33,14 +33,10 @@ uid: getting-started dotnet run ```` -5. Browse to http://localhost:5000: +5. Browse to `http://localhost:5000` ## Next steps * [Building your first ASP.NET Core MVC app with Visual Studio](tutorials/first-mvc-app/index.md) - * [Your First ASP.NET Core Application on a Mac Using Visual Studio Code](tutorials/your-first-mac-aspnet.md) - * [Building Your First Web API with ASP.NET Core MVC and Visual Studio](tutorials/first-web-api.md) - -* [Fundamentals](fundamentals/index.md)