From db67c893f6ce327db98a3316cf8c6372dfea1259 Mon Sep 17 00:00:00 2001 From: Petro Rovenskyi Date: Thu, 18 Jul 2024 20:05:42 +0300 Subject: [PATCH] replace repo path for in app updater and config files. --- .github/ISSUE_TEMPLATE/application-bug.yml | 2 +- app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/application-bug.yml b/.github/ISSUE_TEMPLATE/application-bug.yml index f3590067..0b6af0ab 100644 --- a/.github/ISSUE_TEMPLATE/application-bug.yml +++ b/.github/ISSUE_TEMPLATE/application-bug.yml @@ -86,7 +86,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the app to pre-release version **[Latest](https://github.com/recloudstream/cloudstream/releases)**. + - label: I have updated the app to pre-release version **[Latest](https://github.com/3a4oT/cloudstream/releases)**. required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d0c86bab..88362817 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -294,7 +294,7 @@ tasks.withType().configureEach { localDirectory.set(file("src/main/java")) // URL showing where the source code can be accessed through the web browser - remoteUrl.set(URL("https://github.com/recloudstream/cloudstream/tree/master/app/src/main/java")) + remoteUrl.set(URL("https://github.com/3a4oT/cloudstream/tree/master/app/src/main/java")) // Suffix which is used to append the line number to the URL. Use #L for GitHub remoteLineSuffix.set("#L")