Skip to content

Commit c58c8cc

Browse files
Update aspnetcore/diagnostics/asp0028.md
Co-authored-by: Tom Dykstra <[email protected]>
1 parent 75d8ba0 commit c58c8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/diagnostics/asp0028.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The recommended way to configure Kestrel to listen for incoming connections on a
4343

4444
For the problematic code, replace `Any` with `IPv6Any`.
4545

46-
Use the [ListenAnyIP](https://source.dot.net/#Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs,1c84a7db2c1f6892) method without specifying any arguments:
46+
Use the <xref:Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions.ListenAnyIP(System.Int32)> method without specifying any arguments:
4747

4848
```diff
4949
.UseKestrel().ConfigureKestrel(options =>

0 commit comments

Comments
 (0)