From 245f8f5559b165ea4453b255437ebdda1aa6b054 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 6 Mar 2023 21:22:14 +0200 Subject: [PATCH] fix(ui): updated launcher urls in about window --- src/ui/about.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/about.rs b/src/ui/about.rs index 021408a..2a5ffb0 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -40,8 +40,8 @@ impl SimpleComponent for AboutDialog { set_application_name: "An Anime Game Launcher", set_application_icon: APP_ID, - set_website: "https://github.com/an-anime-team/an-anime-game-launcher-gtk", - set_issue_url: "https://github.com/an-anime-team/an-anime-game-launcher-gtk/issues", + set_website: "https://github.com/an-anime-team/an-anime-game-launcher", + set_issue_url: "https://github.com/an-anime-team/an-anime-game-launcher/issues", set_license_type: gtk::License::Gpl30,