Skip to content

Commit 42d7ec4

Browse files
authored
Update first-web-api.md (dotnet#12935)
1 parent 4fdea08 commit 42d7ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/tutorials/first-web-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: rick-anderson
44
description: Learn how to build a web API with ASP.NET Core.
55
ms.author: riande
66
ms.custom: mvc
7-
ms.date: 02/4/2019
7+
ms.date: 06/18/2019
88
uid: tutorials/first-web-api
99
---
1010

@@ -271,7 +271,7 @@ The return type of the `GetTodoItems` and `GetTodoItem` methods is [ActionResult
271271

272272
This tutorial uses Postman to test the web API.
273273

274-
* Install [Postman](https://www.getpostman.com/apps)
274+
* Install [Postman](https://www.getpostman.com/downloads/)
275275
* Start the web app.
276276
* Start Postman.
277277
* Disable **SSL certificate verification**

0 commit comments

Comments
 (0)