diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index a337b30b92..4ce94555c3 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -151,7 +151,7 @@ Run the app: * Select the **.NET Core** task template. * Press Ctrl+F5. -In a browser, go to following URL: [https://localhost:5001/swagger](https://localhost:5001/swagger) +In a browser, navigate to `https://localhost:/swagger`, where `` is the randomly chosen port number displayed in the output. # [Visual Studio for Mac](#tab/visual-studio-mac)