From dab2e4e7b5e77a991f8b427233b4ac2fc53ded0c Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Fri, 16 Aug 2024 10:38:04 -0500 Subject: [PATCH] Fix all components links --- src/games/genshin/config/schema/components.rs | 2 +- src/games/honkai/config/schema/components.rs | 2 +- src/games/star_rail/config/schema/components.rs | 2 +- src/games/wuwa/config/schema/components.rs | 2 +- src/games/zzz/config/schema/components.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/games/genshin/config/schema/components.rs b/src/games/genshin/config/schema/components.rs index d76bd2e..756c477 100644 --- a/src/games/genshin/config/schema/components.rs +++ b/src/games/genshin/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } } diff --git a/src/games/honkai/config/schema/components.rs b/src/games/honkai/config/schema/components.rs index 6421d24..6b1a0ff 100644 --- a/src/games/honkai/config/schema/components.rs +++ b/src/games/honkai/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } } diff --git a/src/games/star_rail/config/schema/components.rs b/src/games/star_rail/config/schema/components.rs index d90b587..b714b37 100644 --- a/src/games/star_rail/config/schema/components.rs +++ b/src/games/star_rail/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } } diff --git a/src/games/wuwa/config/schema/components.rs b/src/games/wuwa/config/schema/components.rs index cd723d9..22ed203 100644 --- a/src/games/wuwa/config/schema/components.rs +++ b/src/games/wuwa/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } } diff --git a/src/games/zzz/config/schema/components.rs b/src/games/zzz/config/schema/components.rs index 1b500b5..b472d7b 100644 --- a/src/games/zzz/config/schema/components.rs +++ b/src/games/zzz/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } }