From 410364e40a3f303528f57c2a73543b145c8e7193 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Sat, 21 Sep 2024 16:04:07 -0700 Subject: [PATCH] Fix link (#33671) Fixes #33663 --- aspnetcore/fundamentals/error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/error-handling.md b/aspnetcore/fundamentals/error-handling.md index 06597bac65a7..bf2a61b8f549 100644 --- a/aspnetcore/fundamentals/error-handling.md +++ b/aspnetcore/fundamentals/error-handling.md @@ -302,7 +302,7 @@ An alternative approach to using , which writes to the response stream and therefore prevents the custom problem response from being returned.