Skip to content

Commit

Permalink
Fix link to eframe
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner authored Apr 21, 2024
1 parent ab640be commit 9060f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(".");
});
Expand Down

0 comments on commit 9060f14

Please sign in to comment.