From 003997dc83c476f2ba03f7b04e9bf99fca6b23b4 Mon Sep 17 00:00:00 2001 From: FoggyFinder Date: Wed, 6 Dec 2017 17:34:12 +0200 Subject: [PATCH] Update calling-a-web-api-from-a-net-client.md (#4935) it seems like the link was broken --- .../overview/advanced/calling-a-web-api-from-a-net-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client.md b/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client.md index 56601fc098..ab7d4c1685 100644 --- a/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client.md +++ b/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client.md @@ -16,7 +16,7 @@ Call a Web API From a .NET Client (C#) ==================== by [Mike Wasson](https://github.com/MikeWasson) and [Rick Anderson](https://twitter.com/RickAndMSFT) -[Download Completed Project](https://github.com/aspnet/Docs/tree/master/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client/samples) +[Download Completed Project](https://github.com/aspnet/Docs/tree/master/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client/sample) This tutorial shows how to call a web API from a .NET application, using [System.Net.Http.HttpClient.](https://msdn.microsoft.com/en-us/library/system.net.http.httpclient(v=vs.110).aspx)