We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdea08 commit 42d7ec4Copy full SHA for 42d7ec4
aspnetcore/tutorials/first-web-api.md
@@ -4,7 +4,7 @@ author: rick-anderson
4
description: Learn how to build a web API with ASP.NET Core.
5
ms.author: riande
6
ms.custom: mvc
7
-ms.date: 02/4/2019
+ms.date: 06/18/2019
8
uid: tutorials/first-web-api
9
---
10
@@ -271,7 +271,7 @@ The return type of the `GetTodoItems` and `GetTodoItem` methods is [ActionResult
271
272
This tutorial uses Postman to test the web API.
273
274
-* Install [Postman](https://www.getpostman.com/apps)
+* Install [Postman](https://www.getpostman.com/downloads/)
275
* Start the web app.
276
* Start Postman.
277
* Disable **SSL certificate verification**
0 commit comments