Skip to content

Commit aec40f6

Browse files
authored
Fix Problem Details section link (#33213)
Change link section from "#pds7" to "#problem-details"
1 parent 97d34e7 commit aec40f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/web-api/handle-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The default problem details response body has the following `type`, `title`, and
136136

137137
### Problem details service
138138

139-
ASP.NET Core supports creating [Problem Details for HTTP APIs](https://www.rfc-editor.org/rfc/rfc9457) using the <xref:Microsoft.AspNetCore.Http.IProblemDetailsService>. For more information, see the [Problem details service](/aspnet/core/fundamentals/error-handling#pds7).
139+
ASP.NET Core supports creating [Problem Details for HTTP APIs](https://www.rfc-editor.org/rfc/rfc9457) using the <xref:Microsoft.AspNetCore.Http.IProblemDetailsService>. For more information, see the [Problem details service](/aspnet/core/fundamentals/error-handling#problem-details).
140140

141141
The following code configures the app to generate a problem details response for all HTTP client and server error responses that ***don't have body content yet***:
142142

0 commit comments

Comments
 (0)