Update URL for Local Manga guide (#4641)

(cherry picked from commit d1c2eaf6d5)
This commit is contained in:
Soitora
2021-03-13 17:38:06 +01:00
committed by Jobobby04
parent 6840382df2
commit 07f684ac9e
@@ -33,7 +33,7 @@ import java.util.zip.ZipFile
class LocalSource(private val context: Context) : CatalogueSource {
companion object {
const val ID = 0L
const val HELP_URL = "https://tachiyomi.org/help/guides/reading-local-manga/"
const val HELP_URL = "https://tachiyomi.org/help/guides/local-manga/"
private const val COVER_NAME = "cover.jpg"
private val SUPPORTED_ARCHIVE_TYPES = setOf("zip", "rar", "cbr", "cbz", "epub")