Skip to content

Commit 164a67f

Browse files
authored
Update aspnetcore/blazor/performance/webassembly-event-pipe-diagnostics.md
1 parent 5933bf1 commit 164a67f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/performance/webassembly-event-pipe-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Your code should yield to main browser loop often to allow the trace to be colle
157157
## Additional resources
158158

159159
* [EventPipe](/dotnet/core/diagnostics/eventpipe) is a runtime component used to collect tracing data, similar to [ETW](/windows/win32/etw/event-tracing-portal) and [perf_events](https://wikipedia.org/wiki/Perf_%28Linux%29).
160-
* [What diagnostic tools are available in .NET?](/dotnet/core/diagnostics/)
160+
* [What diagnostic tools are available in .NET Core?](/dotnet/core/diagnostics/)
161161
* [.NET diagnostic tools](/dotnet/core/diagnostics/tools-overview)
162162
* [`dotnet/diagnostics` GitHub repository](https://github.com/dotnet/diagnostics)
163163
* [`Microsoft.Diagnostics.NETCore.Client` NuGet package](https://www.nuget.org/packages/Microsoft.Diagnostics.NETCore.Client)

0 commit comments

Comments
 (0)