From 9060f14b6107574e6df54a0f178d143b523bebb2 Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Sun, 21 Apr 2024 17:45:29 +0200 Subject: [PATCH] Fix link to eframe --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 24bbc622..821db491 100644 --- a/src/app.rs +++ b/src/app.rs @@ -102,7 +102,7 @@ fn powered_by_egui_and_eframe(ui: &mut egui::Ui) { ui.label(" and "); ui.hyperlink_to( "eframe", - "https://github.com/emilk/egui/tree/main/crates/eframe", + "https://github.com/emilk/egui/tree/master/crates/eframe", ); ui.label("."); });