Skip to content

Commit

Permalink
Fix link to eframe (#130)
Browse files Browse the repository at this point in the history
The name of the primary branch in the upstream Repo is master not main.
This PR fixes the link. Alternatively the name of the primary branch
could just be changed to main as well.
  • Loading branch information
jwagner authored Apr 21, 2024
1 parent ab640be commit d2bb6a7
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 d2bb6a7

Please sign in to comment.