diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7c9732a75..0370da04f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,7 +11,7 @@ # Catalogue requests -* Catalogue requests should be created at https://github.com/inorichi/tachiyomi-extensions#readme, not here +* Catalogue requests should be created at https://github.com/tachiyomiorg/tachiyomi-extensions#readme, not here # Bugs * Include version (More > About > Version) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b0a28a816..041832dce 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ I acknowledge that: - I have updated to the latest version of the app (stable is v0.10.7) - I have updated all extensions -- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions +- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions **DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9645fdac6..0546df4b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ I acknowledge that: - I have updated to the latest version of the app (stable is v0.10.7) - I have updated all extensions -- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions +- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions **DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b62bcf2ad..c7765d348 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://tachiyomi.org/help/ about: Common questions are answered here. - name: Tachiyomi extensions GitHub repository - url: https://github.com/inorichi/tachiyomi-extensions + url: https://github.com/tachiyomiorg/tachiyomi-extensions about: Issues about an extension/source/catalogue should be opened here instead. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6d22f63cd..de49c2597 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,7 +11,7 @@ I acknowledge that: - I have updated to the latest version of the app (stable is v0.10.7) - I have updated all extensions -- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions +- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions **DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** diff --git a/.github/ISSUE_TEMPLATE/source_issue.md b/.github/ISSUE_TEMPLATE/source_issue.md index db6e63ec5..212b77c4f 100644 --- a/.github/ISSUE_TEMPLATE/source_issue.md +++ b/.github/ISSUE_TEMPLATE/source_issue.md @@ -1,8 +1,8 @@ --- name: "Extension/source/catalogue issue" -about: "Do not open an issue here. See https://github.com/inorichi/tachiyomi-extensions" -title: "THIS ISSUE IS IN THE WRONG REPO; SEE https://github.com/inorichi/tachiyomi-extensions" +about: "Do not open an issue here. See https://github.com/tachiyomiorg/tachiyomi-extensions" +title: "THIS ISSUE IS IN THE WRONG REPO; SEE https://github.com/tachiyomiorg/tachiyomi-extensions" labels: "catalog, invalid" --- -DO NOT OPEN AN ISSUE IN THIS REPO. SEE https://github.com/inorichi/tachiyomi-extensions +DO NOT OPEN AN ISSUE IN THIS REPO. SEE https://github.com/tachiyomiorg/tachiyomi-extensions diff --git a/README.md b/README.md index bb0dfc150..0322f860f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above. ## Features Features include: -* Online reading from sources such as MangaDex, MangaSee, Mangakakalot, [and more](https://github.com/inorichi/tachiyomi-extensions) +* Online reading from sources such as MangaDex, MangaSee, Mangakakalot, [and more](https://github.com/tachiyomiorg/tachiyomi-extensions) * Local reading of downloaded manga * A configurable reader with multiple viewers, reading directions and other settings. * [MyAnimeList](https://myanimelist.net/), [AniList](https://anilist.co/), [Kitsu](https://kitsu.io/), [Shikimori](https://shikimori.one), and [Bangumi](https://bgm.tv/) support @@ -58,7 +58,7 @@ DON'T: https://github.com/inorichi/tachiyomi/issues/75 * Write a detailed issue, explaining what it should do or how. Avoid writing just "like X app does" * Include screenshot (if needed) -Source requests should be created at https://github.com/inorichi/tachiyomi-extensions, they do not belong in this repository. +Source requests should be created at https://github.com/tachiyomiorg/tachiyomi-extensions, they do not belong in this repository. ## FAQ diff --git a/app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt b/app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt index 6268b2f05..442cfa4b4 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt @@ -77,6 +77,6 @@ internal class ExtensionGithubApi { companion object { const val BASE_URL = "https://raw.githubusercontent.com/" - const val REPO_URL_PREFIX = "${BASE_URL}inorichi/tachiyomi-extensions/repo/" + const val REPO_URL_PREFIX = "${BASE_URL}tachiyomiorg/tachiyomi-extensions/repo/" } } diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt index cad7c5727..441fa7969 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt @@ -127,7 +127,7 @@ class AboutController : SettingsController() { preference { key = "pref_about_label_extensions" titleRes = R.string.label_extensions - val url = "https://github.com/inorichi/tachiyomi-extensions" + val url = "https://github.com/tachiyomiorg/tachiyomi-extensions" summary = url onClick { val intent = Intent(Intent.ACTION_VIEW, url.toUri())