diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4479f73303..42d8aba2fd 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ I acknowledge that: - To the latest version of the app (stable is v1.10.2) - All extensions - I have gone through the FAQ (https://tachiyomi.org/docs/faq/general) and troubleshooting guide (https://tachiyomi.org/docs/guides/troubleshooting/) -- If this is an issue with an official extension, that I should be opening an issue in https://github.com/cuong-tran/tachiyomi-extensions +- If this is an issue with an official extension, that I should be opening an issue in https://github.com/cuong-tran/komikku-extensions - I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open or closed issue - I will fill out the title and the information in this template diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2b65b3c9e5..f98f49fe3b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: ⚠️ Extension/source issue - url: https://github.com/cuong-tran/tachiyomi-extensions/issues/new/choose + url: https://github.com/cuong-tran/komikku-extensions/issues/new/choose about: Issues and requests for official extensions and sources should be opened in the extensions repository instead - name: 📦 Extensions url: https://cuong-tran.github.io/tachiyomi-extensions/ diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index fd5ae3decc..17a7bfbecc 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -94,7 +94,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/cuong-tran/tachiyomi-extensions/issues/new/choose). + - label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/cuong-tran/komikku-extensions/issues/new/choose). required: true - label: I have gone through the [FAQ](https://tachiyomi.org/docs/faq/general) and [troubleshooting guide](https://tachiyomi.org/docs/guides/troubleshooting/). required: true diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 597bc7cebe..e3a5fbe7f0 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -31,7 +31,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/cuong-tran/tachiyomi-extensions/issues/new/choose). + - label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/cuong-tran/komikku-extensions/issues/new/choose). required: true - label: I have updated the app to version **[1.10.2](https://github.com/cuong-tran/komikku/releases/latest)**. required: true diff --git a/app/src/main/java/eu/kanade/domain/extension/interactor/CreateExtensionRepo.kt b/app/src/main/java/eu/kanade/domain/extension/interactor/CreateExtensionRepo.kt index c8912e85be..d0187fb2fb 100644 --- a/app/src/main/java/eu/kanade/domain/extension/interactor/CreateExtensionRepo.kt +++ b/app/src/main/java/eu/kanade/domain/extension/interactor/CreateExtensionRepo.kt @@ -22,5 +22,5 @@ class CreateExtensionRepo(private val preferences: SourcePreferences) { } } -const val OFFICIAL_REPO_BASE_URL = "https://raw.githubusercontent.com/cuong-tran/tachiyomi-extensions/repo" +const val OFFICIAL_REPO_BASE_URL = "https://raw.githubusercontent.com/cuong-tran/komikku-extensions/repo" private val repoRegex = """^https://.*/index\.min\.json$""".toRegex()