diff --git a/src/main.rs b/src/main.rs index d06a417..451f533 100644 --- a/src/main.rs +++ b/src/main.rs @@ -113,7 +113,7 @@ impl eframe::App for App { flex.add_ui(item(), |ui| { ui.label(format!("osrs luncher v{}", env!("CARGO_PKG_VERSION"))); ui.separator(); - ui.hyperlink_to("see the source", "https://github.com/"); + ui.hyperlink_to("see the source", "https://git.gaycatgirl.sex/evie/osrs-luncher"); }); flex.grow();