From 0fe7d8b579d54eb4e61d6e21d0eb1c88b4c50f69 Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Mon, 10 Oct 2022 13:09:51 -0700 Subject: [PATCH] Update min-web-api.md (#27236) Corrected URI for test example. --- aspnetcore/tutorials/min-web-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aspnetcore/tutorials/min-web-api.md b/aspnetcore/tutorials/min-web-api.md index 9c1e743248..ab9b1a56c1 100644 --- a/aspnetcore/tutorials/min-web-api.md +++ b/aspnetcore/tutorials/min-web-api.md @@ -924,8 +924,7 @@ The [developer exception page](xref:web-api/handle-errors#developer-exception-pa ### Test minimal API apps -For an example of testing a minimal API app, see [this GitHub sample](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/minimal-apis/samples/MinApiTestsSample/MinApiTests). - +For an example of testing a minimal API app, see [this GitHub sample](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/minimal-apis/samples/MinApiTestsSample). ### Use OpenAPI (Swagger)