Skip to content

Commit 786bccc

Browse files
Update action-return-types.md (#35151)
* Update action-return-types.md * Update aspnetcore/web-api/action-return-types.md
1 parent 6e1baf4 commit 786bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/web-api/action-return-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The `HttpResults` can be useful when sharing code between Minimal APIs and Web A
160160

161161
The <xref:Microsoft.AspNetCore.Http.HttpResults> namespace contains classes that implement the <xref:Microsoft.AspNetCore.Http.IResult> interface. The `IResult` interface defines a contract that represents the result of an HTTP endpoint. The static [Results](<xref:Microsoft.AspNetCore.Http.Results>) class is used to create varying `IResult` objects that represent different types of responses.
162162

163-
The [Built-in results](/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-7.0&preserve-view=true#binr7) table shows the common result helpers.
163+
The [Built-in results](/aspnet/core/fundamentals/minimal-apis#built-in-results) table shows the common result helpers.
164164

165165
Consider the following code:
166166

0 commit comments

Comments
 (0)