diff --git a/.gitmodules b/.gitmodules index b7e10aa..ef78ad8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://gitlab.gnome.org/jwestman/blueprint-compiler [submodule "anime-game-core"] path = anime-game-core - url = https://gitlab.com/an-anime-team/anime-game-core + url = https://github.com/an-anime-team/anime-game-core diff --git a/README.md b/README.md index 6800564..f1950fc 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # An Anime Game Launcher GTK -The launcher variant written on Rust, GTK4 and libadwaita, using [Anime Game Core](https://gitlab.com/an-anime-team/anime-game-core) library +The launcher variant written on Rust, GTK4 and libadwaita, using [Anime Game Core](https://github.com/an-anime-team/anime-game-core) library - +
-

You could also try the main branch

+

You could also try the main branch


## Documentation -I wrote small documentation [here](https://gitlab.com/an-anime-team/alternatives/an-anime-game-launcher-gtk/-/wikis/home). It may contain some useful information +I wrote small documentation [here](https://github.com/an-anime-team/an-anime-game-launcher-gtk/wiki). It may contain some useful information ## Chinese version support @@ -34,7 +34,7 @@ This should be automatically enabled if you're using zh_cn (Chinese) as your sys ### Clone repo ```sh -git clone --recursive https://gitlab.com/an-anime-team/an-anime-game-launcher-gtk +git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-gtk ``` ### Run app diff --git a/assets/ui/main.blp b/assets/ui/main.blp index 79f3bdf..80cc4da 100644 --- a/assets/ui/main.blp +++ b/assets/ui/main.blp @@ -112,7 +112,7 @@ Gtk.AboutDialog about { program-name: "An Anime Game Launcher"; logo: "resource:///org/app/assets/images/icon.png"; - website: "https://gitlab.com/an-anime-team/alternatives/an-anime-game-launcher-gtk"; + website: "https://github.com/an-anime-team/an-anime-game-launcher-gtk"; modal: true; transient-for: window; diff --git a/src/ui/main.rs b/src/ui/main.rs index bc40ea4..356fd34 100644 --- a/src/ui/main.rs +++ b/src/ui/main.rs @@ -107,7 +107,7 @@ impl AppWidgets { result.about.set_license_type(gtk::License::Gpl30); result.about.set_authors(&[ - "Nikita Podvirnyy " + "Nikita Podvirnyy https://github.com/krypt0nn" ]); result.about.add_credit_section("Logo", &[ @@ -115,8 +115,8 @@ impl AppWidgets { ]); result.about.add_credit_section("An Anime Team", &[ - "@Marie https://gitlab.com/Maroxy", - "@lane https://gitlab.com/lane__" + "@Marie https://github.com/Mar0xy", + "@lane https://github.com/laurinneff" ]); let curl_info = anime_game_core::curl_sys::Version::get();