From 28a23452f2d9d80553dde053fc843cf29ab83020 Mon Sep 17 00:00:00 2001 From: arkon Date: Tue, 15 Dec 2020 15:48:06 -0500 Subject: [PATCH] Update extensions repo URL --- .github/CONTRIBUTING.md | 2 +- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/source_issue.md | 6 +++--- README.md | 4 ++-- .../eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt | 2 +- .../java/eu/kanade/tachiyomi/ui/more/AboutController.kt | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7c9732a750..0370da04f8 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 b0a28a816e..041832dcec 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 9645fdac65..0546df4b7d 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 b62bcf2ad7..c7765d348f 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 6d22f63cd0..de49c2597a 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 db6e63ec58..212b77c4fa 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 bb0dfc1503..0322f860f0 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 6268b2f053..442cfa4b4a 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 cad7c57270..441fa79690 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())