update extraction guide link on android

This commit is contained in:
Sallai József 2022-07-17 17:57:33 +03:00
parent aaecafcb72
commit 3297b151ad
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ impl NoDataScene {
}
#[cfg(target_os = "android")]
static REL_URL: &str = "https://github.com/doukutsu-rs/game-data/releases";
static REL_URL: &str = "https://github.com/doukutsu-rs/doukutsu-rs#data-files";
impl Scene for NoDataScene {
#[allow(unused)]