Change website URLs to reflect changes (#9916)

Change website URLs
This commit is contained in:
Soitora
2023-09-11 00:11:00 +02:00
committed by GitHub
parent 36f1e0e476
commit f5e0cee36c
18 changed files with 20 additions and 20 deletions

View File

@ -348,7 +348,7 @@ actual class LocalSource(
companion object {
const val ID = 0L
const val HELP_URL = "https://tachiyomi.org/help/guides/local-manga/"
const val HELP_URL = "https://tachiyomi.org/docs/guides/local-series/"
private val LATEST_THRESHOLD = 7.days.inWholeMilliseconds
}