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("."); });