Skip to content

Commit 3f9b34d

Browse files
authored
Link updates (#18347)
1 parent 5d3889d commit 3f9b34d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/grpc/diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ How you access server-side logs depends on the environment in which you're runni
7272

7373
#### As a console app
7474

75-
If you're running in a console app, the [Console logger](xref:fundamentals/logging/index#console-provider) should be enabled by default. gRPC logs will appear in the console.
75+
If you're running in a console app, the [Console logger](xref:fundamentals/logging/index#console) should be enabled by default. gRPC logs will appear in the console.
7676

7777
#### Other environments
7878

aspnetcore/signalr/diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ How you access server-side logs depends on the environment in which you're runni
5050

5151
### As a console app outside IIS
5252

53-
If you're running in a console app, the [Console logger](xref:fundamentals/logging/index#console-provider) should be enabled by default. SignalR logs will appear in the console.
53+
If you're running in a console app, the [Console logger](xref:fundamentals/logging/index#console) should be enabled by default. SignalR logs will appear in the console.
5454

5555
### Within IIS Express from Visual Studio
5656

0 commit comments

Comments
 (0)