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")