diff --git a/aspnetcore/includes/webApi/getTodoItems.md b/aspnetcore/includes/webApi/getTodoItems.md index 274979e534..67ced60705 100644 --- a/aspnetcore/includes/webApi/getTodoItems.md +++ b/aspnetcore/includes/webApi/getTodoItems.md @@ -39,7 +39,7 @@ Here's a sample HTTP response for the `GetAll` method: ] ``` -Later in the tutorial, I'll show how the HTTP response can be viewed with [Postman](https://www.getpostman.com/) or [curl](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/curl.1.html). +Later in the tutorial, I'll show how the HTTP response can be viewed with [Postman](https://www.getpostman.com/) or [curl](https://curl.haxx.se/docs/manpage.html). ### Routing and URL paths