From d39f599cf528036236c40ea59027e94a36099d78 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 20 Sep 2024 20:36:01 -0700 Subject: [PATCH] Fix link 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.