1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-07-29 02:45:53 +02:00

Change website URLs to reflect changes ()

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
.github
CONTRIBUTING.mdREADME.md
app/src/main/java/eu/kanade
core/src/main/java/tachiyomi/core
source-local/src/androidMain/kotlin/tachiyomi/source/local

@ -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
}