Skip to content

Commit 67c506d

Browse files
committed
update links to new website
1 parent b526b6d commit 67c506d

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/report_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ body:
9595
required: true
9696
- 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).
9797
required: true
98-
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
98+
- label: I have tried the [troubleshooting guide](https://aniyomi.jmir.xyz/help/guides/troubleshooting/).
9999
required: true
100100
- label: I have updated the app to version **[0.12.3.5](https://github.com/jmir1/aniyomi/releases/latest)**.
101101
required: true

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're interested in taking on [an open issue](https://github.com/tachiyomior
1414

1515
# Translations
1616

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

1919

2020
# Forks

app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,4 +578,4 @@ class LibraryUpdateService(
578578
}
579579

580580
private const val MANGA_PER_SOURCE_QUEUE_WARNING_THRESHOLD = 60
581-
private const val ERROR_LOG_HELP_URL = "https://tachiyomi.org/help/guides/troubleshooting"
581+
private const val ERROR_LOG_HELP_URL = "https://aniyomi.jmir.xyz/help/guides/troubleshooting"

app/src/main/java/eu/kanade/tachiyomi/source/LocalSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class LocalSource(private val context: Context) : CatalogueSource, UnmeteredSour
4141

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

4646
private const val COVER_NAME = "cover.jpg"
4747
private val LATEST_THRESHOLD = TimeUnit.MILLISECONDS.convert(7, TimeUnit.DAYS)

app/src/main/java/eu/kanade/tachiyomi/ui/animelib/AnimelibController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class AnimelibController(
276276
R.string.information_empty_library,
277277
listOf(
278278
EmptyView.Action(R.string.getting_started_guide, R.drawable.ic_help_24dp) {
279-
activity?.openInBrowser("https://tachiyomi.org/help/guides/getting-started")
279+
activity?.openInBrowser("https://aniyomi.jmir.xyz/help/guides/getting-started")
280280
}
281281
),
282282
)

app/src/main/java/eu/kanade/tachiyomi/ui/browse/migration/sources/MigrationSourcesController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ class MigrationSourcesController :
133133
}
134134
}
135135

136-
private const val HELP_URL = "https://tachiyomi.org/help/guides/source-migration/"
136+
private const val HELP_URL = "https://aniyomi.jmir.xyz/help/guides/source-migration/"

app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class LibraryController(
276276
R.string.information_empty_library,
277277
listOf(
278278
EmptyView.Action(R.string.getting_started_guide, R.drawable.ic_help_24dp) {
279-
activity?.openInBrowser("https://tachiyomi.org/help/guides/getting-started")
279+
activity?.openInBrowser("https://aniyomi.jmir.xyz/help/guides/getting-started")
280280
}
281281
),
282282
)

app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class AboutController : SettingsController(), NoAppBarElevationController {
8383
titleRes = R.string.help_translate
8484

8585
onClick {
86-
openInBrowser("https://tachiyomi.org/help/contribution/#translation")
86+
openInBrowser("https://aniyomi.jmir.xyz/help/contribution/#translation")
8787
}
8888
}
8989
preference {

app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsTrackingController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ class SettingsTrackingController :
156156
}
157157
}
158158

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

0 commit comments

Comments
 (0)