Skip to content

Commit

Permalink
update links to new website
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jan 6, 2022
1 parent b526b6d commit 67c506d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ body:
required: true
- label: If this is an issue with an extension, I should be opening an issue in the [extensions repository](https://github.com/jmir1/aniyomi-extensions/issues/new/choose).
required: true
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
- label: I have tried the [troubleshooting guide](https://aniyomi.jmir.xyz/help/guides/troubleshooting/).
required: true
- label: I have updated the app to version **[0.12.3.5](https://github.com/jmir1/aniyomi/releases/latest)**.
required: true
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you're interested in taking on [an open issue](https://github.com/tachiyomior

# Translations

Translations are done externally via Weblate. See [our website](https://tachiyomi.org/help/contribution/#translation) for more details.
Translations are done externally via Weblate. See [our website](https://aniyomi.jmir.xyz/help/contribution/#translation) for more details.


# Forks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,4 +578,4 @@ class LibraryUpdateService(
}

private const val MANGA_PER_SOURCE_QUEUE_WARNING_THRESHOLD = 60
private const val ERROR_LOG_HELP_URL = "https://tachiyomi.org/help/guides/troubleshooting"
private const val ERROR_LOG_HELP_URL = "https://aniyomi.jmir.xyz/help/guides/troubleshooting"
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class LocalSource(private val context: Context) : CatalogueSource, UnmeteredSour

companion object {
const val ID = 0L
const val HELP_URL = "https://tachiyomi.org/help/guides/local-manga/"
const val HELP_URL = "https://aniyomi.jmir.xyz/help/guides/local-manga/"

private const val COVER_NAME = "cover.jpg"
private val LATEST_THRESHOLD = TimeUnit.MILLISECONDS.convert(7, TimeUnit.DAYS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class AnimelibController(
R.string.information_empty_library,
listOf(
EmptyView.Action(R.string.getting_started_guide, R.drawable.ic_help_24dp) {
activity?.openInBrowser("https://tachiyomi.org/help/guides/getting-started")
activity?.openInBrowser("https://aniyomi.jmir.xyz/help/guides/getting-started")
}
),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ class MigrationSourcesController :
}
}

private const val HELP_URL = "https://tachiyomi.org/help/guides/source-migration/"
private const val HELP_URL = "https://aniyomi.jmir.xyz/help/guides/source-migration/"
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class LibraryController(
R.string.information_empty_library,
listOf(
EmptyView.Action(R.string.getting_started_guide, R.drawable.ic_help_24dp) {
activity?.openInBrowser("https://tachiyomi.org/help/guides/getting-started")
activity?.openInBrowser("https://aniyomi.jmir.xyz/help/guides/getting-started")
}
),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class AboutController : SettingsController(), NoAppBarElevationController {
titleRes = R.string.help_translate

onClick {
openInBrowser("https://tachiyomi.org/help/contribution/#translation")
openInBrowser("https://aniyomi.jmir.xyz/help/contribution/#translation")
}
}
preference {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ class SettingsTrackingController :
}
}

private const val HELP_URL = "https://tachiyomi.org/help/guides/tracking/"
private const val HELP_URL = "https://aniyomi.jmir.xyz/help/guides/tracking/"

0 comments on commit 67c506d

Please sign in to comment.