From dcc86d343b54db0a6093c45f10274c2bf9a600d2 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 6 Aug 2026 21:21:26 +0200 Subject: [PATCH] Link to cropped guadec video. --- profiler/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index c6467b8c..6e9efff3 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -774,7 +774,7 @@ static void DrawContents() ImGui::Separator(); if( ImGui::Selectable( ICON_FA_VIDEO " Performance profiling Mutter, GNOME Shell & apps with Tracy – Ivan Molodetskikh – GUADEC 2026" ) ) { - tracy::OpenWebpage( "https://youtu.be/Q4O7dhreLDU?t=21080" ); + tracy::OpenWebpage( "https://youtu.be/KFp3iCdlP7c" ); } if( ImGui::Selectable( ICON_FA_VIDEO " An Introduction to Tracy Profiler in C++ – Marcos Slomp – CppCon 2023" ) ) {