Fix all components links

This commit is contained in:
Ethan O'Brien 2024-08-16 10:38:04 -05:00
parent c5cb3a032b
commit dab2e4e7b5
5 changed files with 5 additions and 5 deletions

View file

@ -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")
]
}
}

View file

@ -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")
]
}
}

View file

@ -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")
]
}
}

View file

@ -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")
]
}
}

View file

@ -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")
]
}
}