diff --git a/DotnetEventsViewer/Pages/Home.razor b/DotnetEventsViewer/Pages/Home.razor index ce8777e..47fa9bc 100644 --- a/DotnetEventsViewer/Pages/Home.razor +++ b/DotnetEventsViewer/Pages/Home.razor @@ -89,7 +89,7 @@ { Console.Error.WriteLine(e); ShowFileError(e is JSException or OutOfMemoryException - ? "File is too large to fit in memory. Please upvote issue https://github.com/dotnet/runtime/issues/101926" + ? "File is too large to fit in memory. Please upvote issue https://github.com/dotnet/runtime/issues/102574" : "Invalid nettrace file"); return; }