From ebfd11349a358615290f70d5c0ae2c868fbe242d Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 22 Nov 2017 11:04:29 -1000 Subject: [PATCH] Update tutorial-your-first-web-api.md --- .../tutorial-your-first-web-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 25f8c5c3f8..c096690428 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,7 +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. +See [Create a web API with ASP.NET Core and Visual Studio for Windows](https://docs.microsoft.com/aspnet/core/tutorials/first-web-api) for a newer version of this tutorial. ## Create a Web API Project