From 39e079a0436a3d43c791ea85a38ed43acea4a0b0 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 21 Nov 2017 14:05:05 -1000 Subject: [PATCH] Update tutorial-your-first-web-api.md --- .../tutorial-your-first-web-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api.md b/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api.md index 9a3c8ec256..25f8c5c3f8 100644 --- a/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api.md +++ b/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api.md @@ -28,6 +28,7 @@ ASP.NET Web API is a framework for building web APIs on top of the .NET Framewor - [Visual Studio 2017](https://www.visualstudio.com/downloads/) - Web API 2 +See [Create a web API with ASP.NET Core and Visual Studio for Windows](xref:tutorials/first-web-api) for a newer version of this tutorial. ## Create a Web API Project