From 3483429fc29be74eace65ceb7bebb3ec87f78f61 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:02:26 -1000 Subject: [PATCH] Update min-web-api6-7.md (#29506) --- aspnetcore/tutorials/min-web-api/includes/min-web-api6-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/min-web-api/includes/min-web-api6-7.md b/aspnetcore/tutorials/min-web-api/includes/min-web-api6-7.md index ed5fc62552..f0b1851efc 100644 --- a/aspnetcore/tutorials/min-web-api/includes/min-web-api6-7.md +++ b/aspnetcore/tutorials/min-web-api/includes/min-web-api6-7.md @@ -901,7 +901,7 @@ The preceding code uses [web defaults](/dotnet/standard/serialization/system-tex ## Test minimal API -For an example of testing a minimal API app, see [this GitHub sample](https://github.com/davidfowl/CommunityStandUpMinimalAPI/blob/main/TodoApi.Tests/TodoTests.cs). +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). ## Publish to Azure